onDataSetChanged (Event handler)

A data source has changed the content or some initial data is now ready for collection.

Availability:

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

This event fires when the data set exposed by a data source object changes.

When sharing data out of a database, it is possible that there are contentions or users trying to access and change the same data. You may need to watch a piece of data and perform some operation when it changes. This trigger is activated when that happens.

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