Method | Description | |
---|---|---|
Execute ( object parameter ) : void | ||
SimpleCommand ( System.Action execute ) : System |
Creates a new command that can always execute.
|
|
SimpleCommand ( System.Action execute, Func |
Creates a new command.
|
Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool |
public SimpleCommand ( System.Action execute ) : System | ||
execute | System.Action | The execution logic. |
return | System |
public SimpleCommand ( System.Action execute, Func |
||
execute | System.Action | The execution logic. |
canExecute | Func |
The execution status logic. |
return | System |