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