Occurs whenever the user clicks anywhere on a cell with the mouse.
Public Event CellMouseClick As CellMouseEventHandler
Grid Object
This event occurs when the user clicks using any of the mouse buttons. Use the CellMouseEventArgs.Button property to determine which button was clicked.