DataObjectEventArgs.CommandCancelled 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.
Obtient une valeur indiquant si la commande ou l'opération associée a été annulée.
public:
property bool CommandCancelled { bool get(); };
public bool CommandCancelled { get; }
member this.CommandCancelled : bool
Public ReadOnly Property CommandCancelled As Boolean
Valeur de propriété
true
si la commande a été annulée ; sinon, false
.
Remarques
Appelez la CancelCommand méthode pour définir cette propriété sur true
et annuler la commande ou l’opération associée.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.