System.Windows.Forms.BindingSource.RemoveAt Method

Removes the item at the specified index in the list.

Syntax

public virtual void RemoveAt (int index)

Parameters

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

Remarks

These two conditions can be tested with the BindingSource.IsFixedSize and BindingSource.IsReadOnly properties, respectively.

This method raises the BindingSource.ListChanged event.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0