Microsoft SDK for Java

DhModule.addOnLoad

Assigns a delegate to the load event.

Syntax

final public void addOnLoad ( EventHandler h )

Parameters

h

The event handler callback method.

Remarks

This delegate specifies a method that is called when the document has finished loading. By default, this event is automatically routed to onDocumentLoad.

See Also   removeOnLoad

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