CellMouseDown Event

Occurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell.

Syntax

Public Event CellMouseDown As CellMouseEventHandler

Applies To

Grid Object

Remarks

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