RowLeave Event

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

Syntax

Public Event RowLeave As CellEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Gets the index of the row that the event occurs for.

See Also

RowEnter Event, CellEnter Event, CellLeave Event