C# Class MVVMUndoRedo.UndoCommand

Inheritance: CommandModel
Afficher le fichier Open project: danice/MVVMUndoRedo

Méthodes publiques

Méthode Description
OnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnQueryEnabled ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
UndoCommand ( IUIProject aproject ) : System

Method Details

OnExecute() public méthode

public OnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
sender object
e System.Windows.Input.ExecutedRoutedEventArgs
Résultat void

OnQueryEnabled() public méthode

public OnQueryEnabled ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
Résultat void

UndoCommand() public méthode

public UndoCommand ( IUIProject aproject ) : System
aproject IUIProject
Résultat System