C# Class UndoRedoSample.VMInsertPerson.InsertPersonCommand

Inheritance: MVVMUndoRedo.CommandModel
Mostrar archivo Open project: danice/MVVMUndoRedo

Private Properties

Property Type Description

Public Methods

Method Description
InsertPersonCommand ( VMInsertPerson insertPersonView ) : System
OnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnQueryEnabled ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void

Method Details

InsertPersonCommand() public method

public InsertPersonCommand ( VMInsertPerson insertPersonView ) : System
insertPersonView VMInsertPerson
return System

OnExecute() public method

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

OnQueryEnabled() public method

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