Метод | Описание | |
---|---|---|
Execute ( object parameter ) : void | ||
InvokeCanExecuteChanged ( ) : void |
Call this when you know something about this command's ability to execute changed.
|
|
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 |