Sparkline for UWP | ComponentOne
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 NotifyCollectionChangedEventArgs _
    ) 
    protected void ProcessCollectionChanged( 
       NotifyCollectionChangedEventArgs args
    )

    Parameters

    args
    See Also