Compartir a través de


WpfBrowser.OnQuit Event

Fires before Internet Explorer application quits. Deprecated.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler

AddHandler instance.OnQuit, handler

Syntax

'Declaration
<BrowsableAttribute(False)> _
<DescriptionAttribute("Fires before the Internet Explorer application quits. (deprecated)")> _
<CategoryAttribute("DWebBrowserEvents")> _
Public Event OnQuit As EventHandler
[BrowsableAttribute(false)] 
[DescriptionAttribute("Fires before the Internet Explorer application quits. (deprecated)")] 
[CategoryAttribute("DWebBrowserEvents")] 
public event EventHandler OnQuit
[BrowsableAttribute(false)] 
[DescriptionAttribute(L"Fires before the Internet Explorer application quits. (deprecated)")] 
[CategoryAttribute(L"DWebBrowserEvents")] 
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

WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.