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