Méthode | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
DelegateCommand ( Action | ||
Execute ( object parameter ) : void | ||
RaiseCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Résultat | bool |
public DelegateCommand ( Action | ||
execute_handler | Action | |
Résultat | System |