Method | Description | |
---|---|---|
Execute ( Object parameter ) : void | ||
RelayCommand ( System.Action execute ) : System | ||
RelayCommand ( System.Action execute, Func |
Method | Description | |
---|---|---|
CanExecute ( Object parameter ) : System.Boolean |
public RelayCommand ( System.Action execute ) : System | ||
execute | System.Action | |
return | System |
public RelayCommand ( System.Action execute, Func |
||
execute | System.Action | |
canExecute | Func |
|
return | System |