Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​ComponentModel.​IEditableObject

Assembly: System.ComponentModel

Provides functionality to commit or rollback changes to an object that is used as a data source.

Methods

void
BeginEdit​()
Begins an edit on an object.
void
CancelEdit​()
Discards changes since the last <see cref="M:System.ComponentModel.IEditableObject.BeginEdit" /> call.
void
EndEdit​()
Pushes changes since the last <see cref="M:System.ComponentModel.IEditableObject.BeginEdit" /> or <see cref="M:System.ComponentModel.IBindingList.AddNew" /> call into the underlying object.