Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Fires before the Internet Explorer application quits. (deprecated)
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler
AddHandler instance.OnQuit, handler
Syntax
'Declaration
<DescriptionAttribute("Fires before the Internet Explorer application quits. (deprecated)")> _
<ObsoleteAttribute("The event OnQuit is Deprecated")> _
<CategoryAttribute("DWebBrowserEvents")> _
<BrowsableAttribute(False)> _
Public Event OnQuit As EventHandler
[DescriptionAttribute("Fires before the Internet Explorer application quits. (deprecated)")]
[ObsoleteAttribute("The event OnQuit is Deprecated")]
[CategoryAttribute("DWebBrowserEvents")]
[BrowsableAttribute(false)]
public event EventHandler OnQuit
[DescriptionAttribute(L"Fires before the Internet Explorer application quits. (deprecated)")]
[ObsoleteAttribute(L"The event OnQuit is Deprecated")]
[CategoryAttribute(L"DWebBrowserEvents")]
[BrowsableAttribute(false)]
public:
event EventHandler^ OnQuit {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
public void add_OnQuit (EventHandler value)
/** @event */
public void remove_OnQuit (EventHandler value)
Platforms
See Also
Reference
WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.