Метод | Описание | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
CommandViewModel ( string label, string toolTip ) : System | ||
Execute ( object parameter ) : void | ||
OnCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Результат | bool |
public CommandViewModel ( string label, string toolTip ) : System | ||
label | string | |
toolTip | string | |
Результат | System |
public Execute ( object parameter ) : void | ||
parameter | object | |
Результат | void |