CellMouseClick Event

Occurs whenever the user clicks anywhere on a cell with the mouse.

Syntax

Public Event CellMouseClick As CellMouseEventHandler

Applies To

Grid Object

Remarks

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