Gets a reference to the command that would be redone if Redo is invoked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Command NextRedo { get; } |
Visual Basic
![]() |
---|
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.