Search
CommandHistory.NextRedo Property
See Also
 





Gets a reference to the command that would be redone if Redo is invoked.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Command NextRedo { get; }

Visual Basic  Copy Code

Public ReadOnly Property NextRedo As Command

 Property Value

An instance of the Command class.

 Remarks

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).

 See Also