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