CellMouseUp Event

Occurs when the user releases a mouse button while over a cell.

Syntax

Public Event CellMouseUp As CellMouseEventHandler

Applies To

Grid Object

Remarks

This event occurs when the user releases any of the mouse buttons. Use the CellMouseEventArgs.Button property to determine which button was clicked.