Application.OnNavigationFailed Method
.NET Framework 4.6 and 4.5
Raises the NavigationFailed event.
Namespace: System.Windows
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.
Show: