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