GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / IsRedoing Property
In This Topic
    IsRedoing Property
    In This Topic
    This predicate is true during a call to Redo.
    Syntax
    public virtual bool IsRedoing {get;}
    Remarks
    When this property is true, CanUndo and CanRedo will be false. To avoid confusion, all document change events are ignored when this property is true.
    See Also