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