ComponentOne Basic Library for UWP
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 System.Object, _
       ByVal args As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected void OnSourceCollectionChanged( 
       System.object sender,
       System.Collections.Specialized.NotifyCollectionChangedEventArgs args
    )

    Parameters

    sender
    args
    See Also