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