IHTMLXMLHttpRequest::onreadystatechange Property
Sets or retrieves the event handler for asynchronous requests.
Syntax
HRESULT IHTMLXMLHttpRequest::get_onreadystatechange(VARIANT p);HRESULT IHTMLXMLHttpRequest::put_onreadystatechange(VARIANT v);
Parameters
- p
- VARIANT that receives the event handler.
- v
- VARIANT that specifies the event handler.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IHTMLXMLHttpRequest::onreadystatechange property was introduced in Windows Internet Explorer 7.
See Also
IHTMLXMLHttpRequest::readyState