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.
Blog article about IEditableObject in TreeView
- 4/24/2009
- matma
Blog Article about using IEditableObject in Silverlight
Silverlight Business Application Part 6: IEditableobject and Add new item (Take 3!) -
http://weblogs.asp.net/manishdalal/archive/2008/09/17/silverlight-business-application-part-6-ieditableobject-and-add-new-time-take-3.aspx
- 3/23/2009
- Flatliner DOA