Assigns a delegate to the load event.
final public void addOnLoad ( EventHandler h )
h
The event handler callback method.
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