ondatasetcomplete event

[This documentation is preliminary and is subject to change.]

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)

Standards information

There are no standards that apply here.

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

Remarks

This event originates from data source objects.

Sets the 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

ondataavailable

Conceptual

Introduction to Data Binding

 

 

Build date: 1/23/2012