FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / OnCollectionChanged Method

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

    Parameters

    e
    See Also