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