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