OnQuit event
Fires before the Windows Internet Explorer application quits.
Syntax
| HTML Attribute | <element OnQuit = "handler(event)"> |
|---|---|
| Event Property | object.OnQuit = handler; |
| attachEvent Method | object.attachEvent("OnQuit", handler) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
This method has no parameters.
Remarks
The WebBrowser object ignores this event.
See also
Build date: 11/12/2012