BindingList<T>::InsertItem Method (Int32, T)
.NET Framework (current version)
Inserts the specified item in the list at the specified index.
Assembly: System (in System.dll)
InsertItem performs the following operations:
Calls EndNew to commit any uncommitted items added through the AddingNew event.
Inserts the item at the specified index
Raises a ListChanged event of type ItemAdded indicating the index of the item that was inserted.
.NET Framework
Available since 2.0
Available since 2.0
Show: