Method Execute
Execute(object?)
Executes the AsyncRelayCommand on the current command target.
Declaration
public void Execute(object? parameter)
Parameters
Type | Name | Description |
---|---|---|
object | parameter | The parameter to use when executing the AsyncRelayCommand. |
Implements
Execute()
Executes the AsyncRelayCommand on the current command target.
Declaration
public void Execute()