Méthode | Description | |
---|---|---|
ChangeCanExecute ( ICommand command ) : void |
Calls the Command.ChangeCanExecute method on the given ICommand, given that it is a Command.
|
|
Execute ( ICommand command ) : void |
Calls the ICommand.Execute method with a
|
public static ChangeCanExecute ( ICommand command ) : void | ||
command | ICommand | |
Résultat | void |
public static Execute ( ICommand command ) : void | ||
command | ICommand | |
Résultat | void |