onreadystatechange Event (Windows Embedded CE 6.0)

1/6/2010

This event fires when the readyState method changes.

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

Script Syntax

oXMLDOMDocument.onreadystatechange;

Remarks

Ee502393.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502393.collapse(en-US,WinEmbedded.60).gifScript Return Value

None.

Ee502393.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT onreadystatechange( void );

Remarks

Ee502393.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

None.

Ee502393.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

S_OK is the value returned if the event is successful.

Ee502393.collapse(en-US,WinEmbedded.60).gifRequirements

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:

DOMDocument.

See Also

Reference

XML DOM Events

Other Resources