Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Changed ( ) : void | ||
Execute ( object parameter ) : void | ||
SimpleCommand ( System.Action command ) : System | ||
SimpleCommand ( System.Action command, Func |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public SimpleCommand ( System.Action command ) : System | ||
command | System.Action | |
return | System |
public SimpleCommand ( System.Action command, Func |
||
command | System.Action | |
predicate | Func |
|
return | System |