CurrentChangingEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CurrentChangingEventArgs() |
Initialise une nouvelle instance de la classe CurrentChangingEventArgs . |
CurrentChangingEventArgs(Boolean) |
Initialise une nouvelle instance de la classe CurrentChangingEventArgs . |
CurrentChangingEventArgs()
Initialise une nouvelle instance de la classe CurrentChangingEventArgs .
public:
CurrentChangingEventArgs();
CurrentChangingEventArgs();
public CurrentChangingEventArgs();
function CurrentChangingEventArgs()
Public Sub New ()
Voir aussi
S’applique à
CurrentChangingEventArgs(Boolean)
Initialise une nouvelle instance de la classe CurrentChangingEventArgs .
public:
CurrentChangingEventArgs(bool isCancelable);
CurrentChangingEventArgs(bool const& isCancelable);
public CurrentChangingEventArgs(bool isCancelable);
function CurrentChangingEventArgs(isCancelable)
Public Sub New (isCancelable As Boolean)
Paramètres
- isCancelable
-
Boolean
bool
true si l’événement peut être annulé ; false si l’événement ne peut pas être annulé.
Remarques
Si la valeur de la propriété IsCancelable est false, la définition de la propriété Cancel sur true lève un InvalidOperationException
.