Partager via


DragItemsStartingEventArgs.Cancel Propriété

Définition

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 glissement 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.

S’applique à