Skip to main content
All docs
V25.1
  • IMouseHandlerService.OnMouseMove(PortableMouseEventArgs) Method

    Override this method in a descending class to handle the MouseMove event.

    Namespace: DevExpress.Services

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    void OnMouseMove(
        PortableMouseEventArgs e
    )

    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

    Create a MouseHandlerServiceWrapper class descendant to handle mouse events.

    See Also