C# 클래스 LunarEclipse.Controller.UndoPropertyChange

상속: AbstractUndoAction
파일 보기 프로젝트 열기: mono/lunareclipse

공개 메소드들

메소드 설명
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

메소드 상세

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void

UndoPropertyChange() 공개 메소드

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
리턴 System

UndoPropertyChange() 공개 메소드

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
리턴 System

UndoPropertyChange() 공개 메소드

public UndoPropertyChange ( DependencyObject item, DependencyProperty property, object oldvalue, object newvalue ) : System
item System.Windows.DependencyObject
property System.Windows.DependencyProperty
oldvalue object
newvalue object
리턴 System