DataGridRowEditEndingEventArgs.Cancel Propriété

Définition

Obtient ou définit une valeur qui indique si l'événement doit être annulé.

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

Valeur de propriété

Boolean

true si l'événement doit être annulé ; sinon, false. La valeur par défaut est false.

S’applique à

Voir aussi