Méthode | Description | |
---|---|---|
Execute ( object parameters ) : void | ||
RelayCommand ( Action |
Creates a new command that can always execute.
|
|
RelayCommand ( Action |
Creates a new command.
|
Méthode | Description | |
---|---|---|
CanExecute ( object parameters ) : bool |
public Execute ( object parameters ) : void | ||
parameters | object | |
Résultat | void |
public RelayCommand ( Action |
||
execute | Action |
The execution logic. |
Résultat | System |
public RelayCommand ( Action |
||
execute | Action |
The execution logic. |
canExecute | Predicate |
The execution status logic. |
Résultat | System |