Text input *
Password input *
Number input *
Drop down list *
Radio buttons:
Option 1
Option 2
Option 3
Boolean options / checkboxes:
Checkbox 1
Checkbox 2
Checkbox 3

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.