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.
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(Of QuitEventArgs)
AddHandler instance.Quit, handler
Syntax
'Declaration
<DescriptionAttribute("Fires before the Internet Explorer application quits.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
Public Event Quit As EventHandler(Of QuitEventArgs)
[DescriptionAttribute("Fires before the Internet Explorer application quits.")]
[CategoryAttribute("DWebBrowserEvents2")]
[BrowsableAttribute(true)]
public event EventHandler<QuitEventArgs> Quit
[DescriptionAttribute(L"Fires before the Internet Explorer application quits.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
[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
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.