Open
Description
openedon Oct 28, 2024
Description
Both Microsoft.Maui.Controls.Page
, NavigatedTo
and NavigatedFrom
event
s are public
, and their EventArgs
NavigatedToEventArgs
, and NavigatedFrom
are public
, yet their sole property's PreviousPage
and DestinationPage
are internal
making them inaccessible and the event less useful without the available arguments.
Steps to Reproduce
- open
Microsoft.Maui.Controls.NavigatedFromEventArgs
orMicrosoft.Maui.Controls.NavigatedToEventArgs
- observe their corresponding
Page
properties areinternal
.
Link to public reproduction project repository
No response
Version with bug
8.0.91 SR9.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS, Android, Windows, macOS, Other (Tizen, Linux, etc. not supported by Microsoft directly)
Affected platform versions
NA
Did you find any workaround?
No
Relevant log output
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment