C# Class LunarEclipse.Controller.UndoPropertyChange

Inheritance: AbstractUndoAction
Afficher le fichier Open project: mono/lunareclipse

Méthodes publiques

Méthode Description
Redo ( ) : void
Undo ( ) : void
UndoPropertyChange ( DependencyObject root, DependencyObject item, DependencyProperty property, object oldvalue, object newvalue ) : System
UndoPropertyChange ( DependencyObject root, DependencyObject item, DependencyProperty property, object oldvalue, object newvalue, bool silent ) : System
UndoPropertyChange ( DependencyObject item, DependencyProperty property, object oldvalue, object newvalue ) : System

Method Details

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void

UndoPropertyChange() public méthode

public UndoPropertyChange ( DependencyObject root, DependencyObject item, DependencyProperty property, object oldvalue, object newvalue ) : System
root System.Windows.DependencyObject
item System.Windows.DependencyObject
property System.Windows.DependencyProperty
oldvalue object
newvalue object
Résultat System

UndoPropertyChange() public méthode

public UndoPropertyChange ( DependencyObject root, DependencyObject item, DependencyProperty property, object oldvalue, object newvalue, bool silent ) : System
root System.Windows.DependencyObject
item System.Windows.DependencyObject
property System.Windows.DependencyProperty
oldvalue object
newvalue object
silent bool
Résultat System

UndoPropertyChange() public méthode

public UndoPropertyChange ( DependencyObject item, DependencyProperty property, object oldvalue, object newvalue ) : System
item System.Windows.DependencyObject
property System.Windows.DependencyProperty
oldvalue object
newvalue object
Résultat System