E
Erik Frey
Hi,
Is there a way to implement dirty checking using databinding? I've
tried handling the BindingManagerBase.CurrentChanged event, but it only
fires after the user moves focus away from a control with changed text,
instead of firing when the user begins to type a new value into the control.
I just want to be able to tell if a databound property has changed,
regardless of whether the user has entered/left the control.
Erik
Is there a way to implement dirty checking using databinding? I've
tried handling the BindingManagerBase.CurrentChanged event, but it only
fires after the user moves focus away from a control with changed text,
instead of firing when the user begins to type a new value into the control.
I just want to be able to tell if a databound property has changed,
regardless of whether the user has entered/left the control.
Erik