Partager via


DropHandlerBase.HandleDragStarted, méthode

Indique le démarrage d'une opération de glisser-déplacer.

Espace de noms :  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Public Overridable Function HandleDragStarted ( _
    dragDropInfo As DragDropInfo _
) As DragDropPointerEffects
public virtual DragDropPointerEffects HandleDragStarted(
    DragDropInfo dragDropInfo
)
public:
virtual DragDropPointerEffects HandleDragStarted(
    DragDropInfo^ dragDropInfo
)
abstract HandleDragStarted : 
        dragDropInfo:DragDropInfo -> DragDropPointerEffects  
override HandleDragStarted : 
        dragDropInfo:DragDropInfo -> DragDropPointerEffects
public function HandleDragStarted(
    dragDropInfo : DragDropInfo
) : DragDropPointerEffects

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects
Élément DragDropPointerEffects.

Implémentations

IDropHandler.HandleDragStarted(DragDropInfo)

Notes

Cette méthode est appelée une fois qu'une opération de déplacement est en cours et IDropHandler est le gestionnaire pour le format de données de l'opération de déplacement. Elle n'est pas appelée pour des opérations de déplacement sur les formats de données qui ne sont pas pris en charge par cet IDropHandler. Un appel à l'HandleDragStarted est toujours suivi par un appel à HandleDragCanceled ou à l'HandleDataDropped.

Sécurité .NET Framework

Voir aussi

Référence

DropHandlerBase Classe

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms