Command<TParameter> public class Command<TParameter> : AbstractCommand<TParameter> Documentation Code public Command(bool verifyCanExecuteBeforeExecution = false, bool continueOnCapturedContext = true) public static Command<TParameter> New(bool verifyCanExecuteBeforeExecution = false, bool continueOnCapturedContext = true) public Command<TParameter> OnCanExecute(Func<TParameter, bool> canExecuteFunc) public Command<TParameter> OnExecuteAsync(Func<TParameter, Task> executeFunc)