Windows.UI.Xaml.Controls.Frame.NavigationFailed
June 22, 2022 ยท View on GitHub
-description
Occurs when an error is raised while navigating to the requested content.
-xaml-syntax
<Frame NavigationFailed="eventhandler" />
-remarks
Currently, you must handle NavigationFailed to respond when the Navigate method fails. You can handle the failure directly in the event handler, or you can set the NavigationFailedEventArgs.Handled property to true and use the Navigate method return value to respond to the failure.