Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BindingList<T>::EndNew Method (Int32)

 

Commits a pending new item to the collection.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual void EndNew(
	int itemIndex
)

Parameters

itemIndex
Type: System::Int32

The index of the new item to be added.

The EndNew method commits a pending new item that was added through the 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 AddNew method.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft