System.Collections.Specialized Namespace
Silverlight
The System.Collections.Specialized namespace contains specialized classes for event handling in collection classes.
| Class | Description | |
|---|---|---|
|
NotifyCollectionChangedEventArgs | Provides event data for the CollectionChanged event. |
| 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. |
| Delegate | Description | |
|---|---|---|
|
NotifyCollectionChangedEventHandler | Represents the method that handles events that implement the INotifyCollectionChanged.CollectionChanged event. |
| Enumeration | Description | |
|---|---|---|
|
NotifyCollectionChangedAction | Describes the action that caused a CollectionChanged event. |
Community Additions
ADD
Show: