This topic has not yet been rated - Rate this topic

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)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

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
HTMLOptionButtonElementEvents::ondataavailable
Conceptual
Introduction to Data Binding

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.