RowEnter Event

Occurs when a row receives input focus.

Syntax

Public Event RowEnter 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

RowLeave Event, CellEnter Event, CellLeave Event