G
Guest
Hello, friends,
We are developing c#.net Windows app using .net 2005. In a form, there are
about 80 editable controls, such as text boxes, combo boxes, masket boxes,
etc.
We need to detect if any of their values has been changed when a user
decides to close this window. If yes, we need to prompt a message and save
accordingly.
Of course, we can write 80 ValueChanged() event handler for each control to
monitor its value. But, do we have a better way to do this?
Thanks a lot.
We are developing c#.net Windows app using .net 2005. In a form, there are
about 80 editable controls, such as text boxes, combo boxes, masket boxes,
etc.
We need to detect if any of their values has been changed when a user
decides to close this window. If yes, we need to prompt a message and save
accordingly.
Of course, we can write 80 ValueChanged() event handler for each control to
monitor its value. But, do we have a better way to do this?
Thanks a lot.