C# Class AttachedCommandBehavior.CommandExecutionStrategy

Executes a command
Inheritance: IExecutionStrategy
Datei anzeigen Open project: dotob/moni

Public Methods

Method Description
Execute ( object parameter ) : void

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

Method Details

Execute() public method

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