Méthode | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Command ( System.Action execute ) : System | ||
Command ( System.Action execute, Func |
||
Execute ( object parameter ) : void | ||
OnCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Résultat | bool |
public Command ( System.Action execute ) : System | ||
execute | System.Action | |
Résultat | System |
public Command ( System.Action execute, Func |
||
execute | System.Action | |
canExecute | Func |
|
Résultat | System |