This method discards modifications to data since the last save or load operation if both of the following conditions are met:
The data source implements the System.ComponentModel.IEditableObject interface.
The BindingSource.EndEdit method has not been called yet.
This method calls the CurrencyManager.CancelCurrentEdit method of the underlying System.Windows.Forms.CurrencyManager, and is scoped to row-level changes.