BindingGroup::BeginEdit Method ()
.NET Framework (current version)
Begins an edit transaction on the sources in the BindingGroup.
Assembly: PresentationFramework (in PresentationFramework.dll)
If the sources in the BindingGroup support discarding pending changes, you can call BeginEdit to begin the edit transaction, call CommitEdit to save the pending changes, call CancelEdit to discard the pending changes.
For each object in Items that implements IEditableObject, BeginEdit calls IEditableObject::BeginEdit
.NET Framework
Available since 3.0
Available since 3.0
Show: