System.ComponentModel.BindingList<T>.RemoveItem Method

Removes the item at the specified index.

Syntax

protected override void RemoveItem (int index)

Parameters

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

Remarks

This method raises the BindingList`1.ListChanged event of type ListChangedType.ItemDeleted.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0