onsuspend event
[This documentation is preliminary and is subject to change.]
Occurs if the load operation has been intentionally halted.
HTML Attribute | <element onsuspend = "handler(event)"> |
Event Property | object.onsuspend = handler; |
attachEvent Method | object.attachEvent("onsuspend", handler) |
addEventListener Method | object.addEventListener("suspend", handler, useCapture) |
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Synchronous | No |
Bubbles | No |
Cancelable | No |
- pEvtObj [in]
Type: IHTMLEventObj
This event occurs when the browser stops fetching data temporarily. (Not currently used by Windows Internet Explorer 9.)
This event occurs when the browser stops fetching data temporarily.
To invoke this event, do one of the following:
- None.
Reference
Build date: 1/25/2012