Share via


onreadystatechange Event (Windows CE 5.0)

Send Feedback

This event fires when the readyState method changes.

Usage Syntax Platforms
Inline HTML <ELEMENTonreadystatechange = "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]

Script Syntax

oXMLDOMDocument.onreadystatechange;

Script Parameters

None.

Script Return Value

None.

[C/C++]

C/C++ Syntax

HRESULT onreadystatechange( void );

C/C++ Parameters

None.

C/C++ Return Values

S_OK is the value returned if the event is successful.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

General Remarks

This event can be explicitly set using the onreadystatechange property.

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

onreadystatechange Property

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.