CurrentChangingEventArgs Constructors

Definition

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 isCancelable value.

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.

Applies to