Description
This example shows you how to capture the form change event. The event is raised whenever the value of on of the internal
input elements is changed. Whenever you add a formdatachange event handler, the event args contain both the current value of
each input as well as the previous value. In this example, we highlight the exact change that occured and which property
was modified.