Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when an error occurs during navigation.
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 NavigateErrorEventArgs)
AddHandler instance.NavigateError, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when an error occurs during navigation.")> _
Public Event NavigateError As EventHandler(Of NavigateErrorEventArgs)
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when an error occurs during navigation.")]
public event EventHandler<NavigateErrorEventArgs> NavigateError
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when an error occurs during navigation.")]
public:
event EventHandler<NavigateErrorEventArgs^>^ NavigateError {
void add (EventHandler<NavigateErrorEventArgs^>^ value);
void remove (EventHandler<NavigateErrorEventArgs^>^ value);
}
/** @event */
public void add_NavigateError (EventHandler<NavigateErrorEventArgs> value)
/** @event */
public void remove_NavigateError (EventHandler<NavigateErrorEventArgs> 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.