GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / IsUndoing Property
In This Topic
    IsUndoing Property
    In This Topic
    This predicate is true during a call to Undo.
    Syntax
    public virtual bool IsUndoing {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