DropHandlerBase::HandleDraggingOver Method (DragDropInfo^)

 

Indicates that the drag and drop operation is in progress.

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

public:
virtual DragDropPointerEffects HandleDraggingOver(
	DragDropInfo^ dragDropInfo
)

Parameters

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

Information about the drag and drop operation in progress.

This method is called continuously while the user is dragging the mouse over the text editor during a drag and drop operation. It can be used to draw additional information next to the mouse cursor as a preview of the text after the drop operation.

Return to top
Show: