Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnParametersSet is not invoked on Shell navigation #452

Open
Dreamescaper opened this issue Jun 9, 2022 · 0 comments · May be fixed by #453
Open

OnParametersSet is not invoked on Shell navigation #452

Dreamescaper opened this issue Jun 9, 2022 · 0 comments · May be fixed by #453

Comments

@Dreamescaper
Copy link
Contributor

Currently we set parameters in created component via custom reflection code, which leads to an issue.
When ShellNavigationManager performs navigation and sets arguments to page component, OnParametersSet or OnParametersSetAsync is not invoked.

We don't need use that custom code as there's built-in ParameterView methods.

@Dreamescaper Dreamescaper linked a pull request Jun 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant