Removes the delegate that is assigned to the documentReady event.
public void removeOnDocumentReady( DocumentReadyEventHandler handler )
handler
The DocumentReadyEventHandler delegate to be removed.
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 addOnDocumentReady, onDocumentReady