C# 클래스 Livet.Commands.ViewModelCommand

상속: Command, ICommand, INotifyPropertyChanged
파일 보기 프로젝트 열기: ugaya40/Livet2 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void
ViewModelCommand ( System.Action execute ) : System
ViewModelCommand ( System.Action execute, Func canExecute ) : System

비공개 메소드들

메소드 설명
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void
OnPropertyChanged ( ) : void
RaiseCanExecuteChanged ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ViewModelCommand() 공개 메소드

public ViewModelCommand ( System.Action execute ) : System
execute System.Action
리턴 System

ViewModelCommand() 공개 메소드

public ViewModelCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
리턴 System