ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCollection Class / OnCollectionChanged(NotifyCollectionChangedEventArgs) Method

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

    Parameters

    e
    See Also