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