CancelEventArgs Constructors

Definition

Overloads

CancelEventArgs()

Initializes a new instance of the CancelEventArgsclass.

CancelEventArgs(Boolean)

Initializes a new instance of the CancelEventArgsclass.

CancelEventArgs()

Initializes a new instance of the CancelEventArgsclass.

public:
 CancelEventArgs();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public CancelEventArgs ();
Public Sub New ()
Attributes

Applies to

CancelEventArgs(Boolean)

Initializes a new instance of the CancelEventArgsclass.

public:
 CancelEventArgs(bool cancel);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public CancelEventArgs (bool cancel);
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.CancelEventArgs : bool -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.CancelEventArgs
Public Sub New (cancel As Boolean)

Parameters

cancel
Boolean
Attributes

Applies to