Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.