메소드 | 설명 | |
---|---|---|
CanExecute ( ) : bool | ||
Execute ( ) : void | ||
RelayCommand ( System.Action execute ) : System | ||
RelayCommand ( System.Action execute, Func |
메소드 | 설명 | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void |
public RelayCommand ( System.Action execute ) : System | ||
execute | System.Action | |
리턴 | System |
public RelayCommand ( System.Action execute, Func |
||
execute | System.Action | |
canExecute | Func |
|
리턴 | System |