Gets a reference to the command that would be undone if Undo is invoked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Command NextUndo { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NextUndo As Command |
An instance of the Command class.
RemarksWhen all actions have been undone, the current action pointer refers to the start of the history queue and NextUndo returns null.
See Also