Читати англійською Редагувати

Поділитися через


BindingGroup.BeginEdit Method

Definition

Begins an edit transaction on the sources in the BindingGroup.

C#
public void BeginEdit();

Examples

The following example calls BeginEdit when a window loads to begin the edit transaction.

C#
void stackPanel1_Loaded(object sender, RoutedEventArgs e)
{
    // Set the DataContext to a PurchaseItem object.
    // The BindingGroup and Binding objects use this as
    // the source.
    stackPanel1.DataContext = new PurchaseItem();

    // Begin an edit transaction that enables
    // the object to accept or roll back changes.
    stackPanel1.BindingGroup.BeginEdit();
}

Remarks

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

Applies to

Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10