GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / EditToRedo Property
In This Topic
    EditToRedo Property
    In This Topic
    Gets the current GoUndoManagerCompoundEdit to be redone, or null if there is none.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual IGoUndoableEdit EditToRedo {get;}
    See Also