Fires when the data set exposed by a data source object changes.
Syntax
Inline HTML <ELEMENT ondatasetchanged = "handler" ... > All platforms Event property object.ondatasetchanged = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = ondatasetchanged> Internet Explorer only
Remarks
Bubbles Yes Cancels No To invoke
- Make initial data available from a data source object.
- Have the data source object expose a different data set.
- Perform a filter operation.
Default action Signals that the data set has changed. This event originates from data source objects.
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, the handler can query the event object for data.
bookmarks Returns a collection of ADO bookmarks tied to the rows affected by the current event. boundElements Returns a collection of all elements on the page bound to a dataset. cancelBubble Sets or retrieves whether the current event should bubble up the hierarchy of event handlers. dataFld Sets or retrieves which field of a given data source (as specified by the dataSrc property) to bind to the given object. qualifier Retrieves the name of the recordset provided by a data source object. reason Retrieves the result of data transfer for a data source object. recordset Retrieves a reference to the default recordset from a data source object. srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
APPLET, OBJECT, XML
See Also