WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
Please check the type of change your PR introduces:
[ ] Update
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, renaming)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation content changes
What is the current behavior?
When both the View and ViewModel inherit from the INavigationAware interface, only the OnNavigatedToAsync/OnNavigatedFromAsync methods of the View are triggered
Issue Number: #1169
What is the new behavior?
fix this bug.
Other information
The order in which the OnNavigatedToAsync/OnNavigatedFromAsync methods of View and ViewModel are called is not guaranteed
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
When both the View and ViewModel inherit from the
INavigationAware
interface, only theOnNavigatedToAsync
/OnNavigatedFromAsync
methods of the View are triggeredIssue Number: #1169
What is the new behavior?
Other information
The order in which the
OnNavigatedToAsync
/OnNavigatedFromAsync
methods of View and ViewModel are called is not guaranteed