C# 클래스 MVVMUndoRedo.UndoCommand

상속: CommandModel
파일 보기 프로젝트 열기: danice/MVVMUndoRedo

공개 메소드들

메소드 설명
OnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnQueryEnabled ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
UndoCommand ( IUIProject aproject ) : System

메소드 상세

OnExecute() 공개 메소드

public OnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
sender object
e System.Windows.Input.ExecutedRoutedEventArgs
리턴 void

OnQueryEnabled() 공개 메소드

public OnQueryEnabled ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
리턴 void

UndoCommand() 공개 메소드

public UndoCommand ( IUIProject aproject ) : System
aproject IUIProject
리턴 System