CellLeave Event

Occurs when a cell loses input focus and is no longer the current cell.

Syntax

Public Event CellLeave As CellEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Gets a value indicating the row index of the cell that the event occurs for.
Col Gets a value indicating the column index of the cell that the event occurs for.

See Also

RowEnter Event, RowLeave Event, CellEnter Event