Table of Contents

Interface IUndoManager

Namespace
StockSharp.Diagram
Assembly
StockSharp.Diagram.Core.dll

Undo/redo manager.

public interface IUndoManager
Extension Methods

Properties

IsUndoingRedoing

This property is true during a call to Undo() or Redo().

bool IsUndoingRedoing { get; }

Property Value

bool

Methods

CanRedo()

Can redo.

bool CanRedo()

Returns

bool

Check result.

CanUndo()

Can undo.

bool CanUndo()

Returns

bool

Check result.

Redo()

Redo.

void Redo()

Undo()

Undo.

void Undo()