The following tables list the members exposed by INavigationTarget.
Name | Description | |
---|---|---|
![]() | OnNavigatedFrom | Invoked immediatly after the view model is deactivated and is no longer the active view model due to a navigation request. |
![]() | OnNavigatedTo | Invoked when the view model becomes the current active view model at the end of a navigation request. |
![]() | OnNavigatingFrom | Invoked immediately before the view model is deactivated and is no longer the active view model due to a navigation request. |