Search
ObservableCollection(T) Members
Constructors Methods Events
 


Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.

The following tables list the members exposed by the ObservableCollection(T) type.

 Public Constructors

  Name Description

ObservableCollection

Overloaded. Initializes a new instance of the ObservableCollection<T> class.

 Public Methods

  Name Description

AddRange

Adds the specified objects to the end of the collection.

 Protected Methods

  Name Description

ClearItems

Collection<T>.ClearItems override.

InsertItem

Collection<T>.InsertItem override.

OnCollectionChanged

Raises the CollectionChanged event.

RemoveItem

Collection<T>.RemoveItem override.

SetItem

Collection<T>.SetItem override.

 Public Events

  Name Description

CollectionChanged

Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

 See Also