Метод | Описание | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
RelayCommand ( Action |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Результат | bool |
public Execute ( object parameter ) : void | ||
parameter | object | |
Результат | void |
public RelayCommand ( Action |
||
execute | Action |
|
canExecute | bool>.Func | |
Результат | GitHub.Extensions |