CurrentChangingEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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ą |
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ć.