SortDescriptionCollection::CollectionChanged Event

 

Occurs when an item is added or removed.

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

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

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