Skip to main content

TcxCustomGridView.OnMouseUp Event

Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View.

Declaration

property OnMouseUp: TMouseEvent read; write;

Remarks

Handle the OnMouseUp event to perform specific actions (for instance, showing popup menus) when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View.

Refer to the Understanding HitTests topic for general tips on implementing responses to mouse clicks when the mouse pointer is located over a particular grid View element.

Note

You can also handle the View’s OnMouseDown event to perform specific actions when an end-user presses a mouse button.

See Also