메소드 | 설명 | |
---|---|---|
CanExecute ( ) : bool | ||
Execute ( ) : void |
메소드 | 설명 | |
---|---|---|
CanExecuteOverride ( ) : bool | ||
CanExecuteOverride ( object parameter ) : bool | ||
CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System | ||
ExecuteOverride ( ) : void | ||
ExecuteOverride ( object parameter ) : void |
protected final CanExecuteOverride ( object parameter ) : bool | ||
parameter | object | |
리턴 | bool |
protected CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System | ||
alwaysCanExecute | bool | |
isAutomaticRequeryDisabled | bool | |
리턴 | System |
protected final ExecuteOverride ( object parameter ) : void | ||
parameter | object | |
리턴 | void |