Method | Description | |
---|---|---|
CanExecute ( ) : bool | ||
Execute ( ) : void |
Method | Description | |
---|---|---|
CanExecuteOverride ( ) : bool | ||
CanExecuteOverride ( object parameter ) : bool | ||
CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System | ||
ExecuteOverride ( ) : void | ||
ExecuteOverride ( object parameter ) : void |
protected abstract CanExecuteOverride ( ) : bool | ||
return | bool |
protected final CanExecuteOverride ( object parameter ) : bool | ||
parameter | object | |
return | bool |
protected CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System | ||
alwaysCanExecute | bool | |
isAutomaticRequeryDisabled | bool | |
return | System |
protected abstract ExecuteOverride ( ) : void | ||
return | void |
protected final ExecuteOverride ( object parameter ) : void | ||
parameter | object | |
return | void |