C1.WPF.Calendar Namespace / ReentrantObservableCollection<T> Class / OnCollectionChanged Method

In This Topic
OnCollectionChanged Method (ReentrantObservableCollection<T>)
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 _
) 
 

Parameters

e
See Also