'Declaration
Public Event RowColChange As EventHandler
public event EventHandler RowColChange
'Declaration
Public Event RowColChange As EventHandler
public event EventHandler RowColChange
C1FlexGridBase.RowColChange fires when the Row or Col properties change, either as a result of user actions (mouse or keyboard) or through code.
This event does not fire when the selection changes (RowSel or ColSel properties) but the active cell (Row, Col) remains the same. In this case, the C1FlexGridBase.SelChange event fires instead.