February 2012
Intermediate to advanced
708 pages
22h 55m
English
When navigation operations take place, you need to know what's happening so you can respond accordingly. The Frame control raises events that you can handle in the MainPage class (the class that hosts the Frame control), while within a view you can choose to either handle the events on the
NavigationService object or simply override the navigation methods on the view itself (which are inherited from the Page class).
The Frame control provides the following events that enable you to respond to navigation operations and their current statuses:
NavigatingNavigatedNavigationStoppedNavigationFailedFragmentNavigationThe Navigating event is raised before a navigation operation actually takes place, while ...
Read now
Unlock full access