ReadOnlyObservableSet<T>::CollectionChanged Event
Visual Studio 2015
Occurs when an item is added, removed, changed, moved, or the entire set is refreshed.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: event NotifyCollectionChangedEventHandler^ CollectionChanged { virtual void add(NotifyCollectionChangedEventHandler^ value) sealed; virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed; }
Show: