SearchTextBox::OnMouseMove Method (MouseEventArgs^)

 

Called when mouse move 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 OnMouseMove(
	MouseEventArgs^ e
) override

Parameters

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

Event argument.

Return to top
Show: