메소드 | 설명 | |
---|---|---|
Execute ( object parameters ) : void | ||
RelayCommand ( Action |
Creates a new command that can always execute.
|
|
RelayCommand ( Action |
Creates a new command.
|
메소드 | 설명 | |
---|---|---|
CanExecute ( object parameters ) : bool |
public RelayCommand ( Action |
||
execute | Action |
The execution logic. |
리턴 | System |
public RelayCommand ( Action |
||
execute | Action |
The execution logic. |
canExecute | Predicate |
The execution status logic. |
리턴 | System |