ondataavailable Event
This event fires when new data is available.
Usage | Syntax | Platforms |
---|---|---|
Inline HTML | <ELEMENTondataavailable = "handler" ... > | All platforms |
Event property | object.ondataavailable = handler | Microsoft® JScript® (compatible with ECMA 262 language specification) only |
Named script | <SCRIPT FOR = object EVENT = ondataavailable> | Microsoft Internet Explorer only |
oXMLDOMDocument.ondataavailable;
HRESULT ondataavailable( void );
General Remarks
This event applies to the following interface:
See Also
readyState Property | ondataavailable Property
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.