Interface IUndoableEdit
- Namespace
- StockSharp.Diagram
- Assembly
- StockSharp.Diagram.Core.dll
This interface specifies how a document change (an edit).
public interface IUndoableEdit
- Extension Methods
Methods
CanRedo()
Determine if this edit is ready to be and can be redone.
bool CanRedo()
Returns
CanUndo()
Determine if this edit is ready to be and can be undone.
bool CanUndo()
Returns
Clear()
Forget about any state remembered in this edit.
void Clear()
Redo()
Restore the new state of this edit after having been undone.
void Redo()
Undo()
Restore the previous state of this edit.
void Undo()