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.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the ObservableCollection<T> class. |
Name | Description | |
---|---|---|
Adds the specified objects to the end of the collection. |
Name | Description | |
---|---|---|
Collection<T>.ClearItems override. |
||
Collection<T>.InsertItem override. |
||
Raises the CollectionChanged event. |
||
Collection<T>.RemoveItem override. |
||
Collection<T>.SetItem override. |
Name | Description | |
---|---|---|
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |