IDropHandler Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | HandleDataDropped(DragDropInfo^) | Indicates that the drag and drop operation has completed, and that the final tasks, if any, should be performed now. |
![]() | HandleDragCanceled() | Indicates that a drag and drop operation has been canceled. |
![]() | HandleDraggingOver(DragDropInfo^) | Indicates that the drag and drop operation is in progress. |
![]() | HandleDragStarted(DragDropInfo^) | Indicates the start of a drag and drop operation. |
![]() | IsDropEnabled(DragDropInfo^) | Determines whether the handler can accept data for a drag and drop operation. |
Show:
