Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
MyCommand ( Action action, Func checkExecutable = null ) : System | ||
MyCommand ( Action |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public MyCommand ( Action action, Func checkExecutable = null ) : System | ||
action | Action | |
checkExecutable | Func | |
return | System |
public MyCommand ( Action |
||
action | Action |
|
checkExecutable | bool>.Func | |
return | System |