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 | |
|---|---|---|
![]() |
Overloaded. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Adds the specified objects to the end of the collection. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Collection<T>.ClearItems override. |
|
![]() |
Collection<T>.InsertItem override. |
|
![]() |
Raises the CollectionChanged event. |
|
![]() |
Collection<T>.RemoveItem override. |
|
![]() |
Collection<T>.SetItem override. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |
See Also