C
Chuck Bowling
I have a typed collection bound to some form components. When information in
the dataset changes I want to mark it as dirty so that I can save it when
the form closes. The BindingManager.CurrentChanged event looks like the
perfect place to do this but it turns out that CurrentChanged also fires
when ever BindingManager.Position changes. I'm not interested in Position
changes. Only in actual changes in the data. Is there an easy way to track
changes to bound datarows or do I also have to detect changes in Position so
that I can ignore them?
the dataset changes I want to mark it as dirty so that I can save it when
the form closes. The BindingManager.CurrentChanged event looks like the
perfect place to do this but it turns out that CurrentChanged also fires
when ever BindingManager.Position changes. I'm not interested in Position
changes. Only in actual changes in the data. Is there an easy way to track
changes to bound datarows or do I also have to detect changes in Position so
that I can ignore them?