Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
RelayCommand ( System.Action onExecute, Func |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public RelayCommand ( System.Action onExecute, Func |
||
onExecute | System.Action | |
canExecute | Func |
|
return | System |