AfterRowColChange Event

Applies To   See Also

Occurs when the user moves to another row or column in the Grid, after the new cell gets the focus, and after the When event of the object in the new row or column. The AfterRowColChange event doesn't fire unless the When event of the object in the new row or column returns true (.T.).

Syntax

PROCEDURE Grid.AfterRowColChange
LPARAMETERS nColIndex

Parameters

nColIndex

Returns the index of the newly selected row or column.

Remarks

AfterRowColChange is triggered interactively by the mouse or keyboard, or programmatically, such as by calling the ActivateCell method.