DhInlineFrame.removeOnDocumentReady

Overview | Methods | This Package | All Packages

DhInlineFrame.removeOnDocumentReady

Removes the delegate that is assigned to the documentReady event.

Syntax

public final void removeOnDocumentReady( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

The event handler specifies a method that is called whenever the IFRAME document is ready to be accessed.

See Also   addOnDocumentReady