SearchTextBox::OnLostMouseCapture Method (MouseEventArgs^)

 

Called when this text box loses mouse capture.

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

protected:
virtual void OnLostMouseCapture(
	MouseEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::MouseEventArgs^

Event argument.

Return to top
Show: