Way to detect changes without calling EndCurrentEdit?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to detect if any changes have been made to bound textbox controls without first called the BindingManager EndCurrentEdit, then checking ds.HasChanges?

(Besides the obvious of connecting a change event to every textbox on the form?)

Thanks,
Denise
 
Hi Denise,
Is there a way to detect if any changes have been made to bound textbox
controls without first called the BindingManager EndCurrentEdit, then
checking ds.HasChanges?
(Besides the obvious of connecting a change event to every textbox on the
form?)

This makes me currious,

Why?

Cor
 
Back
Top