System.Collections.ObjectModel.ObservableCollection<T> Members

The members of System.Collections.ObjectModel.ObservableCollection<T> are listed below.

See Also: Inherited members from System.Collections.ObjectModel.Collection<T>

Public Constructors

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.

Public Methods

Move(int, int)

Moves the item at the specified index to a new location in the collection.

Protected Methods

BlockReentrancy() : IDisposable

Disallows reentrant attempts to change this collection.

CheckReentrancy()

Checks for reentrant attempts to change this collection.

override
ClearItems()

Removes all items from the collection.

override
InsertItem(int, T)
Documentation for this section has not yet been entered.
MoveItem(int, int)

Moves the item at the specified index to a new location in the collection.

OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)

Raises the ObservableCollection`1.CollectionChanged event with the provided arguments.

OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)

Raises the ObservableCollection`1.PropertyChanged event with the provided arguments.

override
RemoveItem(int)

Removes the item at the specified index of the collection.

override
SetItem(int, T)
Documentation for this section has not yet been entered.

Public Events

CollectionChanged

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

Protected Events

PropertyChanged

Occurs when a property value changes.