AddNew Method
Collapse the table of content
Expand the table of content

IEditableCollectionView.AddNew Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Adds a new item to the underlying collection.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

Object AddNew()

Return Value

Type: System.Object
The new item that is added to the collection.

Calling AddNew begins an add transaction. You should call CommitNew or CancelNew to end the add transaction. A new item always appears in the collection view. Any filtering, sorting, or grouping that is applied to the view is applied to the new item when CommitNew is called.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft