DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / AddNewItem Method
The object to add to the collection.

In This Topic
    AddNewItem Method
    In This Topic
    Adds the specified object to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewItem( _
       ByVal newItem As Object _
    ) As Object
    public object AddNewItem( 
       object newItem
    )

    Parameters

    newItem
    The object to add to the collection.
    See Also