DragItemsStartingEventArgs.Cancel 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 ou définit une valeur qui indique si l’action de glissement d’élément doit être annulée.
public:
property bool Cancel { bool get(); void set(bool value); };
bool Cancel();
void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = dragItemsStartingEventArgs.cancel;
dragItemsStartingEventArgs.cancel = boolean;
Public Property Cancel As Boolean
Valeur de propriété
Boolean
bool
True pour annuler l’action de glisser d’élément ; sinon, false.
Remarques
Définissez cette propriété sur true dans un gestionnaire afin d’annuler une action de glissement d’éléments.