DhModule.addOnLoad

Overview | Methods | This Package | All Packages

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


Send feedback to MSDN.Look here for MSDN Online resources.