ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList 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 System.Integer _
    ) 
    public void EndNew( 
       System.int itemIndex
    )

    Parameters

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