C# Класс AttachedCommandBehavior.CommandExecutionStrategy

Executes a command
Наследование: IExecutionStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( object parameter ) : void

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

Описание методов

Execute() публичный Метод

Executes the Command that is stored in the CommandProperty of the CommandExecution
public Execute ( object parameter ) : void
parameter object The parameter for the command
Результат void