INavigable Methods |
The INavigable type exposes the following members.
| Name | Description | |
|---|---|---|
| OnException |
Centralized error handling
(Inherited from IViewModel.) | |
| OnNavigatedFrom |
Invoked immediately after the Page is unloaded and is no longer the current source of a parent Frame.
| |
| OnNavigatedTo |
Invoked when the Page is loaded and becomes the current source of a parent Frame.
| |
| OnNavigatingFrom |
Invoked immediately before the Page is unloaded and is no longer the current source of a parent Frame.
| |
| RaiseNotifyBehaviourInvoke |
Invokes the BehaviourInvoke event
(Inherited from IViewModel.) | |
| RaisePropertyChanged |
Invokes the PropertyChanged event
(Inherited from IViewModel.) |
| Name | Description | |
|---|---|---|
| Run |
Handles neccessary setting of the IsLoading flag if implemented and the error handling
(Defined by Extensions.) | |
| RunAsync |
Handles neccessary setting of the IsLoading flag and the error handling
(Defined by Extensions.) | |
| RunDispatcherAsync |
Runs the action asyncronously using the Dispatcher on the lowest priority.
Handles neccessary setting of the IsLoading flag and the error handling.
(Defined by Extensions.) |