C# Class LunarEclipse.Controller.UndoRemoveObject

Inheritance: AbstractUndoAction
ファイルを表示 Open project: mono/lunareclipse

Public Methods

Method Description
Redo ( ) : void
Undo ( ) : void
UndoRemoveObject ( System.Windows.Controls.UIElementCollection collection, DependencyObject item ) : System

Method Details

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void

UndoRemoveObject() public method

public UndoRemoveObject ( System.Windows.Controls.UIElementCollection collection, DependencyObject item ) : System
collection System.Windows.Controls.UIElementCollection
item System.Windows.DependencyObject
return System