HTMLObjectElementEvents2 interface
TBD.
Members
The HTMLObjectElementEvents2 interface inherits from the IUnknown interface. HTMLObjectElementEvents2 also has these types of members:
Events
The HTMLObjectElementEvents2 interface has these events.
| Event | Description |
|---|---|
| onafterupdate |
Fires on a databound object after successfully updating the associated data in the data source object. |
| onbeforeupdate |
Fires on a databound object before updating the associated data in the data source object. |
| oncellchange |
Fires when data changes in the data provider. |
| ondataavailable |
Fires periodically as data arrives from data source objects that asynchronously transmit their data. |
| ondatasetchanged |
Fires when the data set exposed by a data source object changes. |
| ondatasetcomplete |
Fires to indicate that all data is available from the data source object. |
| onerror |
Fires when an error occurs during object loading. |
| onerrorupdate |
Fires on a databound object when an error occurs while updating the associated data in the data source object. |
| onreadystatechange |
Fires when the state of the object has changed. |
| onrowenter |
Fires to indicate that the current row has changed in the data source and new data values are available on the object. |
| onrowexit |
Fires just before the data source control changes the current row in the object. |
| onrowsdelete |
Fires when rows are about to be deleted from the recordset. |
| onrowsinserted |
Fires just after new rows are inserted in the current recordset. |
Send comments about this topic to Microsoft
Build date: 1/23/2012