DataObjectEventArgs.IsDragDrop 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 l'événement associé fait partie d'une opération de glisser-déplacer.
public:
property bool IsDragDrop { bool get(); };
public bool IsDragDrop { get; }
member this.IsDragDrop : bool
Public ReadOnly Property IsDragDrop As Boolean
Valeur de propriété
true
si l'événement associé fait partie d'une opération de glisser-déplacer ; sinon, false
.
Remarques
Si cette propriété est true
, l’événement Copying est déclenché lorsque le glisser est lancé et l’événement Pasting est déclenché lorsque la sélection est supprimée.