DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / EndNew Method
The index of the item that was previously added to the collection.

In This Topic
    EndNew Method
    In This Topic
    Commits a pending new item to the collection.
    Syntax
    'Declaration
     
    Public Sub EndNew( _
       ByVal itemIndex As Integer _
    ) 
    public void EndNew( 
       int itemIndex
    )

    Parameters

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