BindingList<T>::SetItem Method (Int32, T)
.NET Framework (current version)
Replaces the item at the specified index with the specified item.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
After the item is set, SetItem raises a ListChanged event of type ItemChanged indicating the index of the item that was set.
.NET Framework
Available since 2.0
Available since 2.0
Show: