AfterRowColChange Event

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.).

PROCEDURE Grid.AfterRowColChange
LPARAMETERS nColIndex

Parameters

nColIndex

Returns the index of the newly selected row or column.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic