Contents Index Topic Contents | ||
Previous Topic: ondatasetchanged Next Topic: ondblclick |
ondatasetcomplete
Description
Fires to indicate that all data is available from the data source object.
Remarks
This event fires for objects and applications that are data source objects. There is a qualifier property and a reason property on the event object. The qualifier will always be set to "" for Internet Explorer 4.0. This event cannot be canceled. This event will bubble. Events that bubble can be handled on any parent element of the object that fired the event.
The reason property is set to indicate the reason for completion and is one of these values:
0 Data transmitted successfully. 1 Data transfer aborted. 2 Data transfer in error. Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.