IEditableCollectionView::AddNew Method ()

 

Adds a new item to the collection.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.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.

The following example creates a Window that prompts the user to add a new item. Then it calls AddNew to create a new object and sets the DataContext of the Window to that object. For the entire sample, see Changing a Collection by Using IEditableCollectionView Sample.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: