ComponentTray::OnMouseMove Method (MouseEventArgs^)
.NET Framework (current version)
Called when the mouse cursor position has changed.
Assembly: System.Design (in System.Design.dll)
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
Available since 1.1
Show: