CurrentChangingEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CurrentChangingEventArgs.

Przeciążenia

CurrentChangingEventArgs()

Inicjuje nowe wystąpienie klasy CurrentChangingEventArgs.

CurrentChangingEventArgs(Boolean)

Inicjuje CurrentChangingEventArgs nowe wystąpienie klasy z określoną isCancelable wartością.

CurrentChangingEventArgs()

Inicjuje nowe wystąpienie klasy CurrentChangingEventArgs.

public:
 CurrentChangingEventArgs();
public CurrentChangingEventArgs ();
Public Sub New ()

Uwagi

Wartość domyślna IsCancelable właściwości to true.

Dotyczy

CurrentChangingEventArgs(Boolean)

Inicjuje CurrentChangingEventArgs nowe wystąpienie klasy z określoną isCancelable wartością.

public:
 CurrentChangingEventArgs(bool isCancelable);
public CurrentChangingEventArgs (bool isCancelable);
new System.ComponentModel.CurrentChangingEventArgs : bool -> System.ComponentModel.CurrentChangingEventArgs
Public Sub New (isCancelable As Boolean)

Parametry

isCancelable
Boolean

Wartość wskazująca, czy zdarzenie można anulować.

Dotyczy