Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System | ||
SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System | ||
label | string | |
toolTip | string | |
execute | System.Action | |
return | System |
public SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func |
||
label | string | |
toolTip | string | |
execute | System.Action | |
canExecute | Func |
|
return | System |