CellMouseDoubleClick Event

Occurs when a cell within the grid control is double-clicked.

Syntax

Public Event CellMouseDoubleClick As CellMouseEventHandler

Applies To

Grid Object

Remarks

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.