MouseHandlerServiceWrapper.OnMouseMove(PortableMouseEventArgs) Method
Override this method to handle the MouseMove event.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | DevExpress.Portable.Input.PortableMouseEventArgs | This class is equivalent to System.Windows.Forms.MouseEventArgs and contains information on a pressed mouse button, the mouse coordinates, and the amount the mouse wheel moved. |
Remarks
The MouseMove event occurs when a user moves the mouse pointer over a control. Use the OnMouseMove method to handle mouse movements.
Implements
See Also