ObservableCollection<T>.OnCollectionChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Raises the CollectionChanged event with the provided event data.
Assembly: System (in System.dll)
Parameters
- e
- Type: System.Collections.Specialized.NotifyCollectionChangedEventArgs
The event data to report in the event.
Show: