Method | Description | |
---|---|---|
AsyncRelayCommand ( Func |
||
AsyncRelayCommand ( Func |
||
AsyncRelayCommand ( Task>.Func | ||
AsyncRelayCommand ( Task>.Func | ||
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
ExecuteAsync ( object parameter ) : System.Threading.Tasks.Task | ||
RaiseCanExecuteChanged ( ) : void |
public AsyncRelayCommand ( Func |
||
execute | Func |
|
finished | System.Action | |
return | System |
public AsyncRelayCommand ( Func |
||
execute | Func |
|
finished | System.Action | |
canExecute | Func |
|
return | System |
public AsyncRelayCommand ( Task>.Func |
||
execute | Task>.Func | |
finished | System.Action | |
return | System |
public AsyncRelayCommand ( Task>.Func |
||
execute | Task>.Func | |
finished | System.Action | |
canExecute | bool>.Func | |
return | System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public ExecuteAsync ( object parameter ) : System.Threading.Tasks.Task | ||
parameter | object | |
return | System.Threading.Tasks.Task |