onDataSetComplete (Event handler)

There is no more data to be transmitted from the data source.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyObject.ondatasetcomplete = aHandler
HTML syntax:<HTMLTag onDataSetComplete="...">
Argument list:aHandlerA reference to a function object to handle the event
Supported by objects:APPLET, AREA, BODY, IMG, OBJECT

This event fires to indicate that all data is available from the data source object.

In a data-driven loop, you may want to perform some processing at closure when the data has been completely retrieved from the database. This event is triggered when that happens.

See also:Event, Event handler, Event model, Event names, Event object, Event.reason, Event.returnValue, Handler, onDataAvailable, Semantic event, XML.event