Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.