Skip to main content
A newer version of this page is available.
All docs
V19.1

MouseHandlerServiceWrapper.OnMouseUp(MouseEventArgs) Method

Override this method to handle a mouse up event.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v19.1.dll

Declaration

public virtual 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

A MouseUp event occurs when the user releases the mouse button while the pointer remains over the control. The OnMouseUp method enables you to handle this event.

See Also