HTMLControl.removeOnDocumentReady

Overview | Methods | This Package | All Packages

HTMLControl.removeOnDocumentReady

Removes the delegate that is assigned to the documentReady event.

Syntax

public void removeOnDocumentReady( DocumentReadyEventHandler handler )

Parameters

handler

The DocumentReadyEventHandler delegate to be removed.

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   addOnDocumentReady, onDocumentReady