ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsControl Class / OnItemsChanged(NotifyCollectionChangedEventArgs) Method

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

    Parameters

    e
    See Also