GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / CurrentEdit Property
In This Topic
    CurrentEdit Property
    In This Topic
    Gets the current compound edit for recording additional document change events.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public GoUndoManagerCompoundEdit CurrentEdit {get; set;}
    Remarks
    This is initialized and augmented by DocumentChanged, before it is added to AllEdits.
    See Also