WebBrowserExtended.Quit Event
Fires before the Internet Explorer application quits.
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(Of QuitEventArgs)
AddHandler instance.Quit, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires before the Internet Explorer application quits.")> _
<BrowsableAttribute(True)> _
Public Event Quit As EventHandler(Of QuitEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires before the Internet Explorer application quits.")]
[BrowsableAttribute(true)]
public event EventHandler<QuitEventArgs> Quit
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires before the Internet Explorer application quits.")]
[BrowsableAttribute(true)]
public:
event EventHandler<QuitEventArgs^>^ Quit {
void add (EventHandler<QuitEventArgs^>^ value);
void remove (EventHandler<QuitEventArgs^>^ value);
}
/** @event */
public void add_Quit (EventHandler<QuitEventArgs> value)
/** @event */
public void remove_Quit (EventHandler<QuitEventArgs> 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.