GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / AddDocument Method
In This Topic
    AddDocument Method
    In This Topic
    Make sure this undo manager knows about a GoDocument for which it is receiving document Changed event notifications.
    Syntax
    public virtual void AddDocument( 
       GoDocument doc
    )

    Parameters

    doc
    Remarks
    This just adds doc to the list of Documents.
    See Also