ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / FooterCollection Class / OnCollectionChanged Method
Arguments of the event being raised.

In This Topic
    OnCollectionChanged Method
    In This Topic
    Raises the CollectionChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    Arguments of the event being raised.
    See Also