 | IUndoableOperation Interface |
Represents an operation that supports Undo/Redo.
Namespace: DigitalRune.UndoAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic interface IUndoableOperation
Public Interface IUndoableOperation
public interface class IUndoableOperation
type IUndoableOperation = interface end
The IUndoableOperation type exposes the following members.
Methods
| Name | Description |
---|
 | Do |
Performs/Redoes operation.
|
 | Undo |
Undoes operation.
|
Top
Properties
See Also