MouseProcessorBase::PreprocessDragLeave Method (DragEventArgs^)

 

Handles the 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)

public:
virtual void PreprocessDragLeave(
	DragEventArgs^ e
)

Parameters

e
Type: System.Windows::DragEventArgs^

The DragEventArgs event arguments.

Return to top
Show: