Gets a reference to the command that would be undone if Undo is invoked.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public Command NextUndo { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property NextUndo As Command |
An instance of the Command class.
When all actions have been undone, the current action pointer refers to the start of the history queue and NextUndo returns null (Nothing in Visual Basic).
WpfDiagram Programmer's Guide | © 2025 MindFusion |