This documentation is archived and is not being maintained.
System.Collections.Specialized Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The System.Collections.Specialized namespace contains specialized classes for event handling in collection classes.
|
| Interface | Description |
|---|
 | INotifyCollectionChanged | Notifies listeners of dynamic changes to a collection, such as when items are added and removed, or the entire collection object is reset. |