DataObjectEventArgs.CommandCancelled Propriété

Définition

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 à