Gorgon
Show / Hide Table of Contents

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 Source

RedoCommand

Property to return the command to redo an operation.

Declaration
IEditorCommand<object> RedoCommand { get; }
Property Value
Type Description
IEditorCommand<object>
| Edit this page View Source

UndoCommand

Property to return the command to undo an operation.

Declaration
IEditorCommand<object> UndoCommand { get; }
Property Value
Type Description
IEditorCommand<object>

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author