SearchTextBox::OnDrop Method (DragEventArgs^)

 

Called when mouse drop occurs in this text box.

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

protected:
virtual void OnDrop(
	DragEventArgs^ e
) override

Parameters

e
Type: System.Windows::DragEventArgs^

Event argument.

Return to top
Show: