메소드 | 설명 | |
---|---|---|
AlwaysExecuteCommand ( Action |
Class constructor
|
|
CanExecute ( object parameter ) : bool |
Can Execute function that always returns true
|
|
Execute ( object parameter ) : void |
Executes the assinged delegate
|
public AlwaysExecuteCommand ( Action | ||
executeDelegate | Action | Delegate to execute |
리턴 | System |