BindingSource::EndEdit Method ()
.NET Framework (current version)
Applies pending changes to the underlying data source.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When the EndEdit method is called, all pending changes are applied to the underlying data source.
This method has no effect unless the objects contained by the data source implement the IEditableObject interface. If the objects do not implement the IEditableObject interface, changes to the data are copied to the underlying data source immediately after each change.
This method raises the ListChanged event.
.NET Framework
Available since 2.0
Available since 2.0
Show: