ISupportNavigation Methods
Provides access to members that occur when navigating to an object and when navigating away from it.| 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