[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.RowColChange

RowColChange Event

Fires after the current cell changes (Row and Col properties).

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event EventHandler RowColChange
Returns
Type Description
EventHandler Fires after the current cell changes ( and properties).
Remarks

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 SelChange event fires instead.