CurrentChangingEventArgs Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci CurrentChangingEventArgs třídy .
Přetížení
CurrentChangingEventArgs() |
Inicializuje novou instanci CurrentChangingEventArgs třídy . |
CurrentChangingEventArgs(Boolean) |
Inicializuje novou instanci CurrentChangingEventArgs třídy se zadanou |
CurrentChangingEventArgs()
Inicializuje novou instanci CurrentChangingEventArgs třídy .
public:
CurrentChangingEventArgs();
public CurrentChangingEventArgs ();
Public Sub New ()
Poznámky
Výchozí hodnota IsCancelable vlastnosti je true
.
Platí pro
CurrentChangingEventArgs(Boolean)
Inicializuje novou instanci CurrentChangingEventArgs třídy se zadanou isCancelable
hodnotou.
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
Hodnota, která označuje, jestli je událost zrušitelná.