Skip to main content

ISupportNavigation Members

Provides members that occur when navigating to an object and when navigating away from it.

Properties

Name Description
Parameter Specifies a parameter for passing data between view models. Inherited from ISupportParameter.

Methods

Name Description
OnNavigatedFrom() This method is called when a navigation from the current view model is performed.
OnNavigatedTo() This method is called when navigation to the current view model is performed.
See Also