Removes the delegate that is assigned to the formSubmit event.
public void removeOnFormSubmit( EventHandler h )
h
The EventHandler delegate that is to be removed.
The formSubmit event occurs when a submit button on the form is pressed.
See Also addOnFormSubmit