Interface IUndoHandler
Provides undo functionality to a view.
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IUndoHandler
Properties
| Edit this page View SourceRedoCommand
Property to return the command to redo an operation.
Declaration
IEditorCommand<object> RedoCommand { get; }
Property Value
Type | Description |
---|---|
IEditorCommand<object> |
UndoCommand
Property to return the command to undo an operation.
Declaration
IEditorCommand<object> UndoCommand { get; }
Property Value
Type | Description |
---|---|
IEditorCommand<object> |