System.Collections.ObjectModel.ObservableCollection<T>: Method Members

The methods of System.Collections.ObjectModel.ObservableCollection<T> are listed below. For a list of all members, see the ObservableCollection<T> Members list.

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

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.