Microsoft XML 2.5 SDK


 

ondataavailable Property

[This is preliminary documentation and subject to change.]

Specifies the event handler for the ondataavailable event.

Syntax

objXMLDOMDocument.ondataavailable = value

Remarks

The property is write-only. When handling asynchronous data, it is useful to be able to start processing in parallel with the download as soon as data becomes available. The ondataavailable event fires each time a new chunk of data arrives. The readyState property defines several states that specify the current status of the asynchronous download.

This member is an extension of the W3C DOM.

Applies To

XMLDOMDocument