HTMLDocumentEvents2 interface
TBD.
Members
The HTMLDocumentEvents2 interface inherits from the IUnknown interface. HTMLDocumentEvents2 also has these types of members:
Events
The HTMLDocumentEvents2 interface has these events.
| Event | Description |
|---|---|
| onafterupdate |
Fires on a databound object after successfully updating the associated data in the data source object. |
| onbeforeactivate |
Fires immediately before the object is set as the active element. |
| onbeforeeditfocus |
Fires before an object contained in an editable element enters a UI Activation state or when an editable container object is control selection. |
| 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. |
| onclick |
Fires when the user clicks the left mouse button on the object. |
| oncontextmenu |
Fires when the user clicks the right mouse button in the client area, opening the context menu. |
| 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. |
| ondblclick |
Fires when the user double-clicks the object. |
| ondragstart |
Fires on the source object when the user starts to drag a text selection or selected object. |
| onerrorupdate |
Fires on a databound object when an error occurs while updating the associated data in the data source object. |
| onfocusin |
Fires for an element just prior to setting focus on that element. |
| onfocusout |
Fires for the current element with focus immediately after moving focus to another element. |
| onhelp |
Fires when the user presses the F1 key while the client is the active window. |
| onkeydown |
Fires when the user presses a key. |
| onkeypress |
Fires when the user presses an alphanumeric key. |
| onkeyup |
Fires when the user releases a key. |
| onmousedown |
Fires when the user clicks the object with either mouse button. |
| onmousemove |
Fires when the user moves the mouse over the object. |
| onmouseout |
Fires when the user moves the mouse pointer outside the boundaries of the object. |
| onmouseover |
Fires when the user moves the mouse pointer into the object. |
| onmouseup |
Fires when the user releases a mouse button while the mouse is over the object. |
| onmousewheel |
Fires when the wheel button is rotated. |
| onpropertychange |
Fires when a property changes on the 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. |
| onselectionchange |
Fires when the selection state of a document changes. |
| onselectstart |
Fires when the object is being selected. |
| onstop |
Fires when the user clicks the Stop button or leaves the document. |
Send comments about this topic to Microsoft
Build date: 1/23/2012