Navigation parameter is missing from NavigationFailedEventArgs #9213
Labels
area-Navigation
Frame, Page
feature proposal
New feature proposal
team-Controls
Issue for the Controls team
Describe the bug
In the Frame.NavigationFailed event, the NavigationFailedEventArgs does not contain a Parameter property that provides the navigation parameter.
This is inconsistent with the other navigation events and makes it impossible to manage the navigation parameter consistently with the other navigation events. For example, if the navigation parameter may refer (directly or indirectly) to an object that needs to be informed of the navigation failure event.
Steps to reproduce the bug
Subscribe to the event and try to examine the Parameter property of NavigationFailedEventArgs.
Expected behavior
Should have the parameter there.
Screenshots
No response
NuGet package version
None
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: