Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
DelegateCommand ( Action | ||
DelegateCommand ( Action | ||
Execute ( object parameter ) : void | ||
RaiseCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public DelegateCommand ( Action |
||
executeAction | Action |
|
return | System |
public DelegateCommand ( Action |
||
executeAction | Action |
|
canExecute | bool>.Func | |
return | System |