Méthode | Description | |
---|---|---|
Execute ( ) : void | ||
ViewModelCommand ( System.Action execute ) : System | ||
ViewModelCommand ( System.Action execute, Func |
Méthode | Description | |
---|---|---|
ICommand ( object parameter ) : bool | ||
ICommand ( object parameter ) : void | ||
OnPropertyChanged ( ) : void | ||
RaiseCanExecuteChanged ( ) : void |
public ViewModelCommand ( System.Action execute ) : System | ||
execute | System.Action | |
Résultat | System |
public ViewModelCommand ( System.Action execute, Func |
||
execute | System.Action | |
canExecute | Func |
|
Résultat | System |