ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / RowColChange Event

In This Topic
    RowColChange Event (C1FlexGridBase)
    In This Topic
    Fires after the current cell changes (Row and Col properties).
    Syntax
    'Declaration
     
    Public Event RowColChange As EventHandler
    public event EventHandler RowColChange
    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.

    See Also