C# 클래스 dbz.UIComponents.DelegateCommand

상속: ICommand
파일 보기 프로젝트 열기: earlnuclear/DanbooruBrowser 1 사용 예제들

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool

Checks if the command Execute method can run

Execute ( object parameter ) : void

Executes the actual command

메소드 상세

CanExecute() 공개 메소드

Checks if the command Execute method can run
public CanExecute ( object parameter ) : bool
parameter object THe command parameter to be passed
리턴 bool

Execute() 공개 메소드

Executes the actual command
public Execute ( object parameter ) : void
parameter object THe command parameter to be passed
리턴 void