Méthode | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
DelegateCommand ( Action | ||
DelegateCommand ( Action | ||
Execute ( object parameter ) : void | ||
RaiseCanExecuteChanged ( ) : void |
Méthode | Description | |
---|---|---|
OnCanExecuteChanged ( |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Résultat | bool |
public DelegateCommand ( Action |
||
method | Action |
|
Résultat | System |
public DelegateCommand ( Action |
||
method | Action |
|
canExecute | Predicate |
|
Résultat | System |
protected OnCanExecuteChanged ( |
||
e | ||
Résultat | void |