FilteredObservableCollection<T>::CollectionChanged Event
Visual Studio 2015
Raised when the collection has changed.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: event NotifyCollectionChangedEventHandler^ CollectionChanged { virtual void add(NotifyCollectionChangedEventHandler^ value) sealed; virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed; }
Show: