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