Application::OnNavigationFailed Method (NavigationFailedEventArgs^)
.NET Framework (current version)
Raises the NavigationFailed event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Navigation::NavigationFailedEventArgs^
A NavigationFailedEventArgs that contains the event data.
OnNavigationFailed raises the NavigationFailed event.
A type that derives from Application may override OnNavigationFailed. The overridden method must call OnNavigationFailed in the base class if NavigationFailed needs to be raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: