Tagged Questions
0
votes
1answer
436 views
How to prevent CurrencyManager from calling BeginEdit()/EndEdit() methods for bound objects
I've got a form with several textboxes and one datagrid. One business entity can be bound to this form. For example, BO looks like this:
class BO : IEditableObject, INotifyPropertyChanged
{
public ...