Method | Description | |
---|---|---|
CreateTodoListItemViewModel ( NavigationService navigationService, DialogService dialogService, |
Initializes a new CreateTodoListItemViewModel instance.
|
|
OnActivateAsync ( ) : System.Threading.Tasks.Task |
Is called when the view model is created. Initializes the commands of the view model.
|
public CreateTodoListItemViewModel ( NavigationService navigationService, DialogService dialogService, |
||
navigationService | NavigationService | The navigation service, which is used to navigate between views. |
dialogService | DialogService | The dialog service, which provides access to the various dialogs offered by Windows. |
todoListItemsRepository | The todo list items repository, which can be used to manage the items on the todo list. | |
return | System |
public OnActivateAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |