Assigns a delegate to the formReset event.
public void addOnFormReset( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
The formReset event occurs when a reset button on the form is pressed.