C# Class AttachedCommandBehavior.CommandExecutionStrategy

Executes a command
Inheritance: IExecutionStrategy
Afficher le fichier Open project: dotob/moni

Méthodes publiques

Méthode Description
Execute ( object parameter ) : void

Executes the Command that is stored in the CommandProperty of the CommandExecution

Method Details

Execute() public méthode

Executes the Command that is stored in the CommandProperty of the CommandExecution
public Execute ( object parameter ) : void
parameter object The parameter for the command
Résultat void