If I have a databound form, how do I know if a user has modified it (either by typing text into a text box, or by selecting an item in a combobox)? I’ve tried hooking into my textbox’s ‘TextChanged’ event, but the problem is that, when my form participates in databinding, the ‘TextChanged’ event fires, prematurely marking my form as ‘dirty.’
Share
try implementing
and then
and databind like