C# Class LunarEclipse.Controller.UndoAddObject

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

Public Methods

Method Description
Redo ( ) : void
Undo ( ) : void
UndoAddObject ( 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

UndoAddObject() public method

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