The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IEditableObject Interface
Silverlight
Represents an object that has an editing mode and the ability to commit or revert changes.
Namespace: System.ComponentModel
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:


