Skip to content

Commands

Håvard Moås edited this page Apr 1, 2020 · 3 revisions

AsyncCommand

Creates a task based ICommand to help clean up view models when using the MVVM-pattern. We want to minimize the amount of async void code. This command supports exception handling, by absorbing exceptions, unless you specify how you want to handle it.

Samples can be found here.

Clone this wiki locally