Occurs when a cell within the grid control is double-clicked.
Public Event CellMouseDoubleClick As CellMouseEventHandler
Grid Object
This event occurs when the user double-clicks using any of the mouse buttons. Use the CellMouseEventArgs.Button property to determine which button was clicked.