System.Collections.ObjectModel.ObservableCollection<T>.RemoveItem Method

Removes the item at the specified index of the collection.

Syntax

protected override void RemoveItem (int index)

Parameters

index
The zero-based index of the element to remove.

Remarks

The base class calls this method when an item is removed from the collection. This implementation raises the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.

For more information, see the Collection`1.RemoveItem(int) method of the System.Collections.ObjectModel.Collection`1 base class.

Requirements

Namespace: System.Collections.ObjectModel
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0