aspxtreme

ondataavailable Event

DHTML Events


Fires periodically as data arrives from data source objects that transmit their data asynchronously.

Syntax


Inline HTML <element ondataavailable = "handler" ... > All platforms
Event property object.ondataavailable = handler ECMA-262 Language Specification
Named script <script FOR=object EVENT=ondataavailable> Interne Explorer® only

Remarks


Bubbles Yes
Cancels No
To invoke Fires when new data is received from the data source. Frequency of firing is dependent upon the data source object.
Default action Signals that new data is available.

This event originates from data source objects.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties

bookmarks Returns a collection of ADO bookmarks tied to the rows effected 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.
recordset Retrieves the recordset if the object is a data provider.
srcElement Retrieves the object that fired the event.
type Retrieves the event name from the event object.

Applies To

APPLET, OBJECT, XML



Books and more ...

Contents
HTML Elements / DOM Objects
HTML Element Attributes
CSS Attributes
DOM Object Properties
DOM-compliant Events Reference
DOM Methods Reference
DOM Collections Reference
 


Suggested Reading



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme