NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentReadyEventArgs Class

This event fires when an HTML document has been loaded (for example, by the HTMLControl) and the resulting DhDocument object is ready to be accessed using a method such as HTMLControl.getDocument() .

Object
   EventArgs
      DocumentReadyEventArgs

[Visual Basic]
Public Class DocumentReadyEventArgs
   Inherits EventArgs
[C#]
public class DocumentReadyEventArgs : EventArgs
[C++]
public __gc class DocumentReadyEventArgs : public EventArgs
[JScript]
public class DocumentReadyEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DocumentReadyEventArgs Members | System.WinForms Namespace