CancelEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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