AttachedCommandBehavior.CommandBehaviorBinding.Execute C# (CSharp) Method

Execute() public method

Executes the strategy
public Execute ( ) : void
return void
        public void Execute()
        {
            strategy.Execute(CommandParameter);
        }
CommandBehaviorBinding