Skip to main content

ISupportNavigation Methods

Provides methods that allow you to pass specific data when navigating through Content Containers within a WindowsUI View.
Name Description
OnNavigatedFrom(INavigationArgs) Allows you to pass the required information to the ISupportNavigation.OnNavigatedTo method when navigating from the one Content Container to another.
OnNavigatedTo(INavigationArgs) Allows you to get the specific data passed via the ISupportNavigation.OnNavigatedFrom method.
See Also