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