Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool |
Forcess checking if execute is allowed
|
|
CommandHandler ( Action action, Func canExecute ) : System |
Creates instance of the command handler
|
|
Execute ( object parameter ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public CommandHandler ( Action action, Func canExecute ) : System | ||
action | Action | Action to be executed by the command |
canExecute | Func | A bolean property to containing current permissions to execute the command |
return | System |