SortDescriptionCollection::INotifyCollectionChanged::CollectionChanged Event

 

Occurs when an item is added or removed.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

private:
event NotifyCollectionChangedEventHandler^ CollectionChanged {
	virtual void add(NotifyCollectionChangedEventHandler^ value) sealed = INotifyCollectionChanged::CollectionChanged::add;
	virtual void remove(NotifyCollectionChangedEventHandler^ value) sealed = INotifyCollectionChanged::CollectionChanged::remove;
}

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Return to top
Show: