onreadystatechange Event (Compact 2013)
3/26/2014
This event fires when the readyState method changes.
Syntax
oXMLDOMDocument.onreadystatechange;
HRESULT onreadystatechange( void );
Parameters
Script
None.
C/C++
Return Value
Script
None.
C/C++
S_OK is the value returned if the event is successful.
Remarks
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 |
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:
Requirements
Header |
msxml2.h, |