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