Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
RelayCommand ( Action | ||
RelayCommand ( Action |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public RelayCommand ( Action |
||
executeMethod | Action |
|
return | System |
public RelayCommand ( Action |
||
executeMethod | Action |
|
canExecuteMethod | Predicate |
|
return | System |