ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / ProcessCollectionChanged Method

In This Topic
    ProcessCollectionChanged Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ProcessCollectionChanged( _
       ByVal args As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected void ProcessCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs args
    )

    Parameters

    args
    See Also