Skip to main content
A newer version of this page is available.
All docs
V18.2

IMouseHandlerService.OnMouseUp(MouseEventArgs) Method

Override this method in a descending class to handle a mouse up event.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v18.2.dll

Declaration

void OnMouseUp(
    MouseEventArgs e
)

Parameters

Name Type Description
e MouseEventArgs

A MouseEventArgs object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved.

Remarks

Inherit from the MouseHandlerServiceWrapper class to handle mouse events.

See Also