GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / RemoveDocument Method
In This Topic
    RemoveDocument Method
    In This Topic
    Call this method to inform this undo manager that it no longer will be notified of document Changed events.
    Syntax
    public virtual void RemoveDocument( 
       GoDocument doc
    )

    Parameters

    doc
    Remarks
    This just removes doc from the list of Documents.
    See Also