Detect page navigation events in a WP app
I'd like to detect when the app navigates to another page, e.g. triggered
by NavigationService.navigate(uri). There is the listener
NavigationService.Navigated, but since NavigationService is a field of one
specific page, it's not globally available.
Is there a listener to detect navigation events from outside?
No comments:
Post a Comment