IDropHandler Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubmethodHandleDataDropped(DragDropInfo^)

Indicates that the drag and drop operation has completed, and that the final tasks, if any, should be performed now.

System_CAPS_pubmethodHandleDragCanceled()

Indicates that a drag and drop operation has been canceled.

System_CAPS_pubmethodHandleDraggingOver(DragDropInfo^)

Indicates that the drag and drop operation is in progress.

System_CAPS_pubmethodHandleDragStarted(DragDropInfo^)

Indicates the start of a drag and drop operation.

System_CAPS_pubmethodIsDropEnabled(DragDropInfo^)

Determines whether the handler can accept data for a drag and drop operation.

Return to top
Show: