Removes all elements from the list.
The BindingSource.Clear method removes all elements from the underlying list represented by the BindingSource.List property and sets the BindingSource.Count property to zero.
This method raises the BindingSource.ListChanged event.