ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SortDescriptionCollection Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (SortDescriptionCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also