System.Collections.Specialized Namespace |
Class | Description | |
---|---|---|
NotifyCollectionChangedEventArgs |
Provides data for the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
event.
|
Interface | Description | |
---|---|---|
INotifyCollectionChanged |
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
|
Delegate | Description | |
---|---|---|
NotifyCollectionChangedEventHandler |
Represents the method that handles the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
|
Enumeration | Description | |
---|---|---|
NotifyCollectionChangedAction |
Describes the action that caused a System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
|