CurrentChangingEventArgs 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.
Initializes a new instance of the CurrentChangingEventArgs class.
Overloads
CurrentChangingEventArgs() |
Initializes a new instance of the CurrentChangingEventArgs class. |
CurrentChangingEventArgs(Boolean) |
Initializes a new instance of the CurrentChangingEventArgs class with the specified |
CurrentChangingEventArgs()
Initializes a new instance of the CurrentChangingEventArgs class.
public:
CurrentChangingEventArgs();
public CurrentChangingEventArgs ();
Public Sub New ()
Remarks
The default value of the IsCancelable property is true
.
Applies to
CurrentChangingEventArgs(Boolean)
Initializes a new instance of the CurrentChangingEventArgs class with the specified isCancelable
value.
public:
CurrentChangingEventArgs(bool isCancelable);
public CurrentChangingEventArgs (bool isCancelable);
new System.ComponentModel.CurrentChangingEventArgs : bool -> System.ComponentModel.CurrentChangingEventArgs
Public Sub New (isCancelable As Boolean)
Parameters
- isCancelable
- Boolean
A value that indicates whether the event is cancelable.