Event occurs when data in some input was changed
Event works for constructed input elements only
Parameters:
myform.attachEvent("onChange", function (id, value){ //any custom logic here });
See also: onInputChange, onBeforeChange