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