The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ReadOnlyObservableCollection<T>::INotifyCollectionChanged::CollectionChanged Event
.NET Framework (current version)
Occurs when the collection changes.
Assembly: System (in System.dll)
private: event NotifyCollectionChangedEventHandler^ CollectionChanged { virtual void add(NotifyCollectionChangedEventHandler^ value) sealed = INotifyCollectionChanged::CollectionChanged::add; virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed = INotifyCollectionChanged::CollectionChanged::remove; }
This member is an explicit interface member implementation. It can be used only when the ReadOnlyObservableCollection<T> instance is cast to an INotifyCollectionChanged interface.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: