- value
- An object to be added to the internal list.
The zero-based index at which value was added to the underlying list represented by the BindingSource.List property.
The BindingSource.Add(object) method refers the call to the underlying list's Add method.
The internal list must contain homogenous types. If the BindingSource.DataSource property has not already been set, then the first object added to the list defines the type for the list.
This method raises the BindingSource.ListChanged event.