WebBrowser.NavigationFailed Event

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event NavigationFailed As NavigationFailedEventHandler
public event NavigationFailedEventHandler NavigationFailed
public:
 event NavigationFailedEventHandler^ NavigationFailed {
    void add (NavigationFailedEventHandler^ value);
    void remove (NavigationFailedEventHandler^ value);
}
member NavigationFailed : IEvent<NavigationFailedEventHandler,
    NavigationFailedEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace