GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / CommitCompoundEdit Method
the CurrentEdit
In This Topic
    CommitCompoundEdit Method
    In This Topic
    This method is called by EndTransaction when committing a compound edit.
    Syntax
    public virtual GoUndoManagerCompoundEdit CommitCompoundEdit( 
       GoUndoManagerCompoundEdit cedit
    )

    Parameters

    cedit
    the CurrentEdit

    Return Value

    By default, the unmodified cedit.
    See Also