Property | Type | Description |
---|
Method | Description | |
---|---|---|
ActionCommand ( Action | ||
ActionCommand ( bool>.Func | ||
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void |
public ActionCommand ( Action |
||
execute | Action |
|
return | System |
public ActionCommand ( bool>.Func |
||
canExecute | bool>.Func | |
execute | Action |
|
return | System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |