SearchControl::OnPreviewDragLeave Method (DragEventArgs^)

 

Provides class handling for dragging objects out of the control or any element derived from this control.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnPreviewDragLeave(
	DragEventArgs^ e
) override

Parameters

e
Type: System.Windows::DragEventArgs^

The event data for the Drag event.

Return to top
Show: