AsyncCommand<T> Constructors
An asynchronous command whose Execute(T) and CanExecute(T) delegates accept a command parameter of the T type.
Name | Parameters | Description |
---|---|---|
Async |
execute, can |
Initializes a new instance of the Async |
Async |
execute, can |
Initializes a new instance of the Async |
See Also