IEditableCollectionView.EditItem Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Begins an edit transaction on the specified item.
Assembly: System.Windows (in System.Windows.dll)
Any changes made to the item during the transaction are considered pending, provided that the view supports the notion of pending changes for the specified item. You call CommitEdit or CancelEdit to end an edit transaction.
Show: