ReadOnlyObservableSet<T>::CollectionChanged Event

 

Occurs when an item is added, removed, changed, moved, or the entire set is refreshed.

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