PreProcessInputEventArgs.Canceled Propriété
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.
Détermine si le traitement de l'événement d'entrée a été annulé.
public:
property bool Canceled { bool get(); };
public bool Canceled { get; }
member this.Canceled : bool
Public ReadOnly Property Canceled As Boolean
Valeur de propriété
true
si le traitement a été annulé ; sinon, false
.
Remarques
L’annulation d’une entrée de prétraitement empêche le traitement de l’entrée. Écoutez le PreNotifyInput pour déterminer si un autre gestionnaire a annulé une entrée de préprocesseur.