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