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