Grasshopper API
IGH_DocumentObjectMovedBetweenDocuments Method |
This method will be called when an object is moved from one document to another.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

void MovedBetweenDocuments( GH_Document oldDocument, GH_Document newDocument )
Sub MovedBetweenDocuments ( oldDocument As GH_Document, newDocument As GH_Document )
Parameters
- oldDocument
- Type: Grasshopper.KernelGH_Document
Document that used to own this object. - newDocument
- Type: Grasshopper.KernelGH_Document
Document that now owns ths object.
