The BindingList`1.EndNew(int) method commits a pending new item that was added through the BindingList`1.AddNew method. If there is no new item waiting to be committed, then this method does nothing.
For more information about adding and committing new items, see the BindingList`1.AddNew method.