C# 클래스 AttachedCommandBehavior.CommandExecutionStrategy

Executes a command
상속: IExecutionStrategy
파일 보기 프로젝트 열기: dotob/moni

공개 메소드들

메소드 설명
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