DropHandlerBase::HandleDragStarted Method (DragDropInfo^)
Visual Studio 2015
Indicates the start of a drag and drop operation.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- dragDropInfo
-
Type:
Microsoft.VisualStudio.Text.Editor.DragDrop::DragDropInfo^
Information about the drag and drop operation in progress.
Return Value
Type: Microsoft.VisualStudio.Text.Editor.DragDrop::DragDropPointerEffectsThis method is called once a drop operation is in progress and the IDropHandler is the handler for the data format of the drop operation. It is not called for drop operations on the data formats that are not supported by this IDropHandler. A call to HandleDragStarted is always followed by a call to either HandleDragCanceled or HandleDataDropped.
Show: