Assigns a delegate to the documentReady event.
public void addOnDocumentReady( DocumentReadyEventHandler handler )
handler
The DocumentReadyEventHandler to be notified when the event occurs.
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