IMouseProcessor::PreprocessDragLeave Method (DragEventArgs^)

 

Handles a drag leave event before the default handler.

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

void PreprocessDragLeave(
	DragEventArgs^ e
)

Parameters

e
Type: System.Windows::DragEventArgs^

A DragEventArgs describing the drag operation.

Return to top
Show: