C# 클래스 UndoRedoSample.VMInsertPerson.InsertPersonCommand

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InsertPersonCommand ( VMInsertPerson insertPersonView ) : System
OnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnQueryEnabled ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void

메소드 상세

InsertPersonCommand() 공개 메소드

public InsertPersonCommand ( VMInsertPerson insertPersonView ) : System
insertPersonView VMInsertPerson
리턴 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