I have a Textbox control which sometimes updated programmatically and also can be update by the user. How can I distinct between those two event? I\'d like to have a "D
try onBlur
this will catch the moment the user leaves the field.
You can work it up in conjunction with onFocus to save the value before editing