Method | Description | |
---|---|---|
BaseViewModel ( ) : System |
Initializes a new instance of the BaseViewModel class
|
|
OnNavigatedFrom ( ) : void |
Invoked when the Page of the view model is unloaded
|
|
OnNavigatedTo ( object navigationContext ) : void |
Invoked when the Page of the view model is loaded
|
|
RunOnUIAsync ( DispatchedHandler value ) : System.Threading.Tasks.Task |
Runs code asynchronously on the UI Thread
|
public OnNavigatedTo ( object navigationContext ) : void | ||
navigationContext | object | The parameters passed by the previous view model |
return | void |
public RunOnUIAsync ( DispatchedHandler value ) : System.Threading.Tasks.Task | ||
value | DispatchedHandler | The function to be executed |
return | System.Threading.Tasks.Task |