System.Collections.ObjectModel.ObservableCollection<T>.OnCollectionChanged Method

Raises the ObservableCollection`1.CollectionChanged event with the provided arguments.

Syntax

protected virtual void OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e)

Parameters

e
Arguments of the event being raised.

Remarks

Properties and methods that modify this collection raise the ObservableCollection`1.CollectionChanged event through this virtual method.

Requirements

Namespace: System.Collections.ObjectModel
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0