Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
DelegateCommandWithoutCanExecuteDelegation ( Action | ||
Execute ( object parameter ) : void | ||
SetCanExecute ( bool value ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public DelegateCommandWithoutCanExecuteDelegation ( Action | ||
execute | Action | |
return | System |