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