IEditableObject Methods
.NET Framework 4
The IEditableObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginEdit | Begins an edit on an object. |
|
CancelEdit | Discards changes since the last BeginEdit call. |
|
EndEdit | Pushes changes since the last BeginEdit or IBindingList.AddNew call into the underlying object. |