IRevertibleChangeTracking Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides support for rolling back changes.
Assembly: System (in System.dll)
The IRevertibleChangeTracking type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AcceptChanges | Resets the object’s state to unchanged by accepting the modifications. (Inherited from IChangeTracking.) |
![]() | RejectChanges | Resets the object’s state to unchanged by rejecting the modifications. |
Show:

