Has a bound control been changed

  • Thread starter Thread starter Bruce A. Julseth
  • Start date Start date
B

Bruce A. Julseth

I have a form with several TextBoxes that are bound with a DataView. I also
have an active CurrencyManager. My question: is there some way I can tell if
the data has been changed after binding is complete. I use the
CurrencyManager to display data via the Position Property. I really only
want to detect changes that happen when a client changes the data in a
TextBox, not when the data is changed via the Position property..

Thank you..

Bruce
 
Back
Top