DropHandlerBase::HandleDataDropped Method (DragDropInfo^)

 

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

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

public:
virtual DragDropPointerEffects HandleDataDropped(
	DragDropInfo^ dragDropInfo
)

Parameters

dragDropInfo
Type: Microsoft.VisualStudio.Text.Editor.DragDrop::DragDropInfo^

Information about the drag and drop operation in progress.

This method is called when the user drops the data onto the editor. This marks the end of a drag and drop operation. The IDropHandler is expected to perform the final tasks of the operation.

Return to top
Show: