GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManagerCompoundEdit Class / IsComplete Property
In This Topic
    IsComplete Property
    In This Topic
    Gets or sets whether we can add more undoable edits to this compound edit.
    Syntax
    public virtual bool IsComplete {get; set;}

    Property Value

    This is initially false. It can only be set to true, which is what EndTransaction does.
    See Also