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