Occurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell.
Public Event CellMouseDown As CellMouseEventHandler
Grid Object
This event occurs when the user presses any of the mouse buttons. Use the CellMouseEventArgs.Button property to determine which button was clicked.