OnQuit event
Fires before the Windows Internet Explorer application quits.
HTML Attribute | <element OnQuit = "handler(event)"> |
attachEvent Method | object.attachEvent("OnQuit", handler) |
Synchronous | No |
Bubbles | No |
Cancelable | No |
This method has no parameters.
The WebBrowser object ignores this event.