ObservableCollection<T>.RemoveItem Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the item at the specified index from the collection.
Assembly: System (in System.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove.
| Exception | Condition |
|---|---|
| InvalidOperationException | The method is being called in a PropertyChanged or CollectionChanged event handler. |
This implementation raises the CollectionChanged event.
For more information, see the RemoveItem method of the Collection<T> base class.
Show: