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

In This Topic
    RowColChange Event (C1FlexPivotGrid)
    In This Topic
    Fires after the current cell changes (C1.Win.C1FlexGrid.C1FlexGridBase.Row and C1.Win.C1FlexGrid.C1FlexGridBase.Col properties).
    Syntax
    'Declaration
     
    Public Event RowColChange As EventHandler
    public event EventHandler RowColChange
    Remarks

    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.

    See Also