The members of System.Collections.ObjectModel.ObservableCollection<T> are listed below.
See Also: Inherited members from System.Collections.ObjectModel.Collection<T>
Initializes a new instance of the System.Collections.ObjectModel.ObservableCollection`1 class. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
BlockReentrancy()
| ||
CheckReentrancy()
| ||
override | ClearItems()
| |
override | InsertItem(int, T)Documentation for this section has not yet been entered. | |
MoveItem(int, int)
| ||
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
| ||
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
| ||
override | RemoveItem(int)
| |
override | SetItem(int, T)Documentation for this section has not yet been entered. |
CollectionChanged |
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |
PropertyChanged |
Occurs when a property value changes. |