ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / CancelNew Method
The index of the item that was previously added to the collection.

In This Topic
    CancelNew Method
    In This Topic
    Discards a pending new item from the collection.
    Syntax
    'Declaration
     
    Public Sub CancelNew( _
       ByVal itemIndex As System.Integer _
    ) 
    public void CancelNew( 
       System.int itemIndex
    )

    Parameters

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