Property | Type | Description | |
---|---|---|---|
AlwaysCanExecute | bool | ||
IsAutomaticRequeryDisabled | bool |
Method | Description | |
---|---|---|
RaiseCanExecuteChanged ( ) : void |
Method | Description | |
---|---|---|
CanExecuteOverride ( object parameter ) : bool | ||
CommandBase ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System | ||
ExecuteOverride ( object parameter ) : void |
Method | Description | |
---|---|---|
ICommand ( object parameter ) : bool | ||
ICommand ( object parameter ) : void | ||
OnPropertyChanged ( [ propertyName = null ) : void |
protected abstract CanExecuteOverride ( object parameter ) : bool | ||
parameter | object | |
return | bool |
protected CommandBase ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System | ||
alwaysCanExecute | bool | |
isAutomaticRequeryDisabled | bool | |
return | System |
protected abstract ExecuteOverride ( object parameter ) : void | ||
parameter | object | |
return | void |