[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.CancelNew

CancelNew Method

CancelNew(int)

Discards a pending new item from the collection.

Declaration
public void CancelNew(int itemIndex)
Public Sub CancelNew(itemIndex As Integer)
Parameters
Type Name Description
int itemIndex

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

Implements