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