DhForm.addOnFormSubmit

Overview | Methods | Fields | This Package | All Packages

DhForm.addOnFormSubmit

Assigns a delegate to the formSubmit event.

Syntax

public void addOnFormSubmit( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.  

Remarks

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

See Also   removeOnFormSubmit