ControlBindingsCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Deletes the Binding at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to remove.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index value is less than 0, or it is greater than the number of bindings in the collection. |
The CollectionChanged event occurs if the removal succeeds.
.NET Framework
Available since 1.1
Available since 1.1
Show: