GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / CanRedo Method
In This Topic
    CanRedo Method (GoUndoManager)
    In This Topic
    This predicate is true when one can call Redo.
    Syntax
    public virtual bool CanRedo()
    Remarks
    In order to be able to perform a redo, a transaction must not be in progress, nor an undo or a redo. Furthermore there must be an EditToRedo that itself is ready to be redone, because its IGoUndoableEdit.CanRedo predicate is true.
    See Also