IAsyncRelayCommand Methods |
Name | Description | |
---|---|---|
![]() | CanExecute |
Executes the AsyncRelayCommand on the current command target.
|
![]() | CanExecute(Object) | Defines the method that determines whether the command can execute in its current state. (Inherited from ICommand.) |
![]() | Execute |
Executes the AsyncRelayCommand on the current command target.
|
![]() | Execute(Object) | Defines the method to be called when the command is invoked. (Inherited from ICommand.) |
![]() | ExecuteAsync |
Executes the AsyncRelayCommand on the current command target.
|
![]() | ExecuteAsync(Object) |
Asynchronously executes the AsyncRelayCommand on the current command target.
|