IEditableObject Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents an object that has an editing mode and the ability to commit or revert changes.
Assembly: System (in System.dll)
The IEditableObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BeginEdit | Causes the object to enter editing mode. |
![]() | CancelEdit | Causes the object to leave editing mode and revert to the previous, unedited value. |
![]() | EndEdit | Causes the object to leave editing mode and commit the edited value. |
Show:
