System.ComponentModel.IEditableObject.EndEdit Method

Pushes changes since the last IEditableObject.BeginEdit or IBindingList.AddNew call into the underlying object.

Syntax

public void EndEdit ()

Remarks

This method is typically used to capture the IEditableObject.EndEdit semantics of a System.Data.DataRowView.

This method will be ignored if called on an object that is not being edited.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0