Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
SimpleCommand ( System.Action commandToExecute, Predicate |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public SimpleCommand ( System.Action commandToExecute, Predicate | ||
commandToExecute | System.Action | |
canExecute | Predicate | |
return | System |