Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / OnSourceCollectionChanged Method

In This Topic
    OnSourceCollectionChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub OnSourceCollectionChanged( _
       ByVal sender As Object, _
       ByVal args As NotifyCollectionChangedEventArgs _
    ) 
    protected void OnSourceCollectionChanged( 
       object sender,
       NotifyCollectionChangedEventArgs args
    )

    Parameters

    sender
    args
    See Also