onreadystatechange Event
A version of this page is also available for
4/8/2010
This event fires when the readyState method changes.
Usage | Syntax | Platforms |
---|---|---|
Inline HTML |
|
All platforms |
Event property |
object |
Microsoft® JScript® (compatible with ECMA 262 language specification) only |
Named script |
|
Microsoft Internet Explorer only |
Script Syntax
oXMLDOMDocument.onreadystatechange;
Remarks
Script Parameters
None.
Script Return Value
None.
C/C++ Syntax
HRESULT onreadystatechange( void );
Remarks
C/C++ Parameters
None.
C/C++ Return Values
S_OK is the value returned if the event is successful.
Requirements
Header | msxml2.h, msxml2.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
General Remarks
This event can be explicitly set using the onreadystatechange Property (DOMDocument).
This member is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).
This event applies to the following interface: