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