ComponentTray::OnMouseMove Method (MouseEventArgs^)

 

Called when the mouse cursor position has changed.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void OnMouseMove(
	MouseEventArgs^ e
) override

Parameters

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

A MouseEventArgs that provides data for the event.

Notes to Inheritors:

When overriding OnMouseMove in a derived class, be sure to call the base class's OnMouseMove method so that registered delegates receive the event.

.NET Framework
Available since 1.1
Return to top
Show: