Méthode | 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 | |
Résultat | bool |
public SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System | ||
label | string | |
toolTip | string | |
execute | System.Action | |
Résultat | System |
public SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func |
||
label | string | |
toolTip | string | |
execute | System.Action | |
canExecute | Func |
|
Résultat | System |