Inserts an item into the list at the specified index.
index The zero-based index at which value should be inserted. value The object to insert. The value can be null.
This method raises the BindingSource.ListChanged event.