IEditableCollectionView.CancelEdit Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Ends the edit transaction and, if possible, restores the original value of the item.
Assembly: System.Windows (in System.Windows.dll)
CancelEdit sets CurrentEditItem to null and causes the collection view to exit the edit state. If CanCancelEdit is true, CancelEdit also restores the original values of the edited object.
Show: