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

<ELEMENT onreadystatechange = "handler" ... >

All platforms

Event property

object.onreadystatechange = handler

Microsoft® JScript® (compatible with ECMA 262 language specification) only

Named script

<SCRIPT FOR = object EVENT = onreadystatechange>

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:

DOMDocument.

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Events