IEditableObject Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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: