GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / AllEdits Property
In This Topic
    AllEdits Property (GoUndoManager)
    In This Topic
    Gets a list of all of the compound edits.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public IList<IGoUndoableEdit> AllEdits {get;}

    Property Value

    This will be an List of GoUndoManagerCompoundEdits
    See Also