Click or drag to resize
DigitalRuneIUndoableOperation Interface
Represents an operation that supports Undo/Redo.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public interface IUndoableOperation

The IUndoableOperation type exposes the following members.

Methods
  NameDescription
Public methodDo
Performs/Redoes operation.
Public methodUndo
Undoes operation.
Top
Properties
  NameDescription
Public propertyDescription
Gets the description of the operation.
Top
See Also