Good day all,
I have a setup similar to the following:
- MasterDetailPage
- Page1
- Page2
When I navigate to Page1 the Navigated event fires in both Page1 and MasterDetailPage. The same goes for navigating to Page2.
Is this expected? I would totally expect the event to fire in Page1 but I was not expecting it to fire in MasterDetailPage.
Is my expectation of the event firing only in Page1 incorrect?