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