[]
Removes the item at the specified index from the collection.
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the item to remove. |
This implementation raises the CollectionChanged event.