DhForm.removeOnFormSubmit

Overview | Methods | Fields | This Package | All Packages

DhForm.removeOnFormSubmit

Removes the delegate that is assigned to the formSubmit event.

Syntax

public void removeOnFormSubmit( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

The formSubmit event occurs when a submit button on the form is pressed. 

See Also   addOnFormSubmit