C# Class LunarEclipse.Controller.AbstractUndoAction

Inheritance: IUndoAction
Show file Open project: mono/lunareclipse

Private Properties

Property Type Description

Public Methods

Method Description
Redo ( ) : void
Undo ( ) : void

Protected Methods

Method Description
AbstractUndoAction ( DependencyObject target ) : System

Method Details

AbstractUndoAction() protected method

protected AbstractUndoAction ( DependencyObject target ) : System
target System.Windows.DependencyObject
return System

Redo() public abstract method

public abstract Redo ( ) : void
return void

Undo() public abstract method

public abstract Undo ( ) : void
return void