The BindingList`1.ClearItems method removes all the items from the collection represented by the System.Collections.ObjectModel.Collection`1.Items property.
BindingList`1.ClearItems calls the BindingList`1.EndNew(int) method before clearing out the collection and raises the BindingList`1.ListChanged event after it has been cleared.