CollectionContainer::CollectionChanged Event

 

Occurs when the contained collection changes.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
event NotifyCollectionChangedEventHandler^ CollectionChanged {
	virtual void add(NotifyCollectionChangedEventHandler^ value);
	virtual void remove(NotifyCollectionChangedEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: