FilteredObservableCollection<T>::CollectionChanged Event

 

Raised when the collection has changed.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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;
}
Return to top
Show: