Méthode | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
CommandViewModel ( System.Action action, string caption ) : System | ||
CommandViewModel ( Action | ||
Execute ( object parameter ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Résultat | bool |
public CommandViewModel ( System.Action action, string caption ) : System | ||
action | System.Action | |
caption | string | |
Résultat | System |
public CommandViewModel ( Action | ||
action | Action | |
caption | string | |
Résultat | System |