DropHandlerBase::HandleDragCanceled Method ()

 

Indicates that a drag and drop operation has been canceled.

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

public:
virtual void HandleDragCanceled()

This method allows the drop handler to update its state after cancelation.

Return to top
Show: