Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DateList Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (DateList)
    In This Topic
    Raises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also