C# Class AttachedCommandBehavior.ActionExecutionStrategy

executes a delegate
Inheritance: IExecutionStrategy
Show file Open project: dotob/moni

Public Methods

Method Description
Execute ( object parameter ) : void

Executes an Action delegate

Method Details

Execute() public method

Executes an Action delegate
public Execute ( object parameter ) : void
parameter object The parameter to pass to the Action
return void