IEditableCollectionView.CommitNew Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Ends the add transaction and saves the pending new item.
Namespace: System.ComponentModel
Assembly: System.Windows (in System.Windows.dll)
Syntax
Sub CommitNew
void CommitNew()
Remarks
Any filtering, sorting, or grouping that is applied to the IEditableCollectionView is applied to the new item when CommitNew is called.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
IEditableCollectionView Interface