C# 클래스 AttachedCommandBehavior.ActionExecutionStrategy

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

공개 메소드들

메소드 설명
Execute ( object parameter ) : void

Executes an Action delegate

메소드 상세

Execute() 공개 메소드

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