Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IEditableCollectionView Interface / AddNew Method

In This Topic
    AddNew Method (IEditableCollectionView)
    In This Topic
    Starts the transaction of adding a new item to the underlying collection, which should be committed with the CommitNew method or rolled back with the CancelNew method.
    Syntax
    'Declaration
     
    
    Function AddNew() As Object
    object AddNew()

    Return Value

    The added item.
    See Also