WebBrowserExtended.OnQuit Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The event OnQuit is Deprecated
Fires before the Internet Explorer application quits. (deprecated)
public:
event EventHandler ^ OnQuit;
[System.ComponentModel.Browsable(false)]
[System.Obsolete("The event OnQuit is Deprecated")]
public event EventHandler OnQuit;
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("The event OnQuit is Deprecated")>]
member this.OnQuit : EventHandler
Public Custom Event OnQuit As EventHandler
Event Type
- Attributes