Overview | Methods | This Package | All Packages
Assigns a delegate to the documentReady event.
Syntax
public void addOnDocumentReady( DocumentReadyEventHandler handler )
Parameters
handler
The DocumentReadyEventHandler to be notified when the event occurs.
Remarks
The documentReady event occurs when the DhDocument object that encapsulates the HTML control's contents is initialized. After this event occurs, you can access the document by calling the HTMLControl object's getDocument method.
See Also onDocumentReady, removeOnDocumentReady