Compartir a través de


WpfBrowser.BrowserProcessExited Event

Fires when the hosted browser process exits when the WebBrowserExtended control is still valid (not disposed).

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.BrowserProcessExited, handler

Syntax

'Declaration
<CategoryAttribute("BrowserExtendedEvents")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when the hosted browser process exits when the WebBrowserExtended control is still valid (not disposed).")> _
Public Event BrowserProcessExited As EventHandler
[CategoryAttribute("BrowserExtendedEvents")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute("Fires when the hosted browser process exits when the WebBrowserExtended control is still valid (not disposed).")] 
public event EventHandler BrowserProcessExited
[CategoryAttribute(L"BrowserExtendedEvents")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Fires when the hosted browser process exits when the WebBrowserExtended control is still valid (not disposed).")] 
public:
event EventHandler^ BrowserProcessExited {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_BrowserProcessExited (EventHandler value)

/** @event */
public void remove_BrowserProcessExited (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.