Метод | Описание | |
---|---|---|
DelegateCommand ( System.Action action, bool canexecute = true ) : System | ||
Execute ( object parameter ) : void |
Метод | Описание | |
---|---|---|
ICommand ( object parameter ) : bool |
public DelegateCommand ( System.Action action, bool canexecute = true ) : System | ||
action | System.Action | |
canexecute | bool | |
Результат | System |
public Execute ( object parameter ) : void | ||
parameter | object | |
Результат | void |