D
Darryl Minard
Hello,
I'm using simple data bindings to wire windows forms controls to the
properties of an object (the data source). I'd like to track which
properties have been modified by the user.
I'm looking for recommendations about how to do this in a generic
fashion. I'd like to avoid incorporating XXXChange events into all my
data source objects. I was hoping to find an appropriate binding
framework event to monitor, but I haven't had luck so far. I considered
monitoring the various XXXChange events on the controls but I'd need a
way to detect whether or not the change was caused by the user or by a
synchronization with the data source.
Suggestions would be appreciated.
Regards,
Darryl
tell me if it is possible to monitor the activities of the data binding
to tell which properties have been modified? I was hoping to find an
event
I'm using simple data bindings to wire windows forms controls to the
properties of an object (the data source). I'd like to track which
properties have been modified by the user.
I'm looking for recommendations about how to do this in a generic
fashion. I'd like to avoid incorporating XXXChange events into all my
data source objects. I was hoping to find an appropriate binding
framework event to monitor, but I haven't had luck so far. I considered
monitoring the various XXXChange events on the controls but I'd need a
way to detect whether or not the change was caused by the user or by a
synchronization with the data source.
Suggestions would be appreciated.
Regards,
Darryl
tell me if it is possible to monitor the activities of the data binding
to tell which properties have been modified? I was hoping to find an
event