ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GridChanged Event

In This Topic
    GridChanged Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GridChanged As C1.Win.FlexGrid.GridChangedEventHandler
    public event C1.Win.FlexGrid.GridChangedEventHandler GridChanged
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.GridChangedEventArgs containing data related to this event. The following GridChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the range's first column index.  
    Gets the range's last column index.  
    The type of action that caused the event to fire.  
    Gets the range's first row index.  
    Gets the range's last row index.  
    See Also