ondatasetcomplete event

Fires to indicate that all data is available from the data source object.

Syntax

HTML Attribute <element ondatasetcomplete = "handler(event)">
Event Property object.ondatasetcomplete = handler;
attachEvent Method object.attachEvent("ondatasetcomplete", handler)
addEventListener Method object.addEventListener("datasetcomplete", handler, useCapture)

 

Event information

Synchronous No
Bubbles Yes
Cancelable No

 

Event handler parameters

Standards information

There are no standards that apply here.

Remarks

This event originates from data source objects.

Sets the IHTMLEventObj::reason property of the event object to indicate the reason for completion.

To invoke this event, do one of the following:

  • Allow data set change to complete.

The pEvtObj parameter is required for the following interfaces:

See also

Reference

HTMLDocumentEvents2::ondataavailable

Conceptual

Introduction to Data Binding