[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.EndNew

EndNew Method

EndNew(int)

Commits a pending new item to the collection.

Declaration
public void EndNew(int itemIndex)
Parameters
Type Name Description
int itemIndex

The index of the item that was previously added to the collection.

Implements