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

    Property Value

    A List<T> of IGoUndoableEdits
    Remarks
    Each item is normally an instance of GoChangedEventArgs. However, you may add your own IGoUndoableEdit objects.
    See Also