FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / FooterCollection Class / OnCollectionChanged Method
Arguments of the event being raised.

In This Topic
    OnCollectionChanged Method (FooterCollection)
    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