Gets a reference to the command that would be redone if Redo is invoked.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Command NextRedo { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property NextRedo As Command |
An instance of the Command class.
When no action has been undone, the current action pointer refers to the end of the history queue and NextRedo returns null (Nothing in Visual Basic).
WpfDiagram Programmer's Guide | © 2024 MindFusion |