C# 클래스 StoryTeller.UserInterface.Actions.LatchedActionCommand

상속: ActionCommand
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
LatchedActionCommand ( System.Action action, Func canExecute ) : System

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

LatchedActionCommand() 공개 메소드

public LatchedActionCommand ( System.Action action, Func canExecute ) : System
action System.Action
canExecute Func
리턴 System