RowColChanged Event

This event is fired by the control when the values of the Row or Col properties change.

Syntax

RowColChanged (row, col)

Parameters

row
A Long value that provides the new row position.

col
A Long value that provides the new column position.

Remarks

The RowColChanged event may be fired if the Row or Col properties are set programatically. It can also be fired by user interaction with the control, such as using the cursor keys to change the marker position.

See Also

Row, Col