'Declaration Public Event RowColChange As EventHandler
public event EventHandler RowColChange
'Declaration Public Event RowColChange As EventHandler
public event EventHandler RowColChange
C1.Win.C1FlexGrid.C1FlexGridBase.RowColChange fires when the C1.Win.C1FlexGrid.C1FlexGridBase.Row or C1.Win.C1FlexGrid.C1FlexGridBase.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 (C1.Win.C1FlexGrid.C1FlexGridBase.RowSel or C1.Win.C1FlexGrid.C1FlexGridBase.ColSel properties) but the active cell (C1.Win.C1FlexGrid.C1FlexGridBase.Row, C1.Win.C1FlexGrid.C1FlexGridBase.Col) remains the same. In this case, the C1.Win.C1FlexGrid.C1FlexGridBase.SelChange event fires instead.