Click or drag to resize
System.Collections.Specialized Namespace
The System.Collections.Specialized namespace contains specialized and strongly-typed collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Classes
  ClassDescription
Public classNotifyCollectionChangedEventArgs
Provides data for the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
Interfaces
  InterfaceDescription
Public interfaceINotifyCollectionChanged
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Delegates
  DelegateDescription
Public delegateNotifyCollectionChangedEventHandler
Represents the method that handles the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
Enumerations
  EnumerationDescription
Public enumerationNotifyCollectionChangedAction
Describes the action that caused a System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.