DocumentReadyEvent Class

Methods | This Package | All Packages

Provides data for the documentReady event of the HTMLControl object.

Event
  |
  +--DocumentReadyEvent

package com.ms.wfc.ui

public class DocumentReadyEvent
extends
Event****

Remarks

The documentReady event occurs when the document referenced by the HTML control's setURL method has been loaded into the control.

When this event is triggered, you can call the HTML control's getDocument method to retrieve a DhDocument method that represents the control's contents.

For information about the WFC event model, see .