Skip to main content

IMouseHandlerService.OnMouseDown(PortableMouseEventArgs) Method

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

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void OnMouseDown(
    PortableMouseEventArgs e
)

Parameters

Name Type Description
e DevExpress.Portable.Input.PortableMouseEventArgs

This class is equivalent to System.Windows.Forms.MouseEventArgs and contains information on the pressed mouse button, the mouse coordinates, and the mouse wheel rotations.

Remarks

Create a MouseHandlerServiceWrapper class descendant to handle mouse events.

See Also