Grasshopper API
GH_ComponentMovedBetweenDocuments Method |
Overrides the MovedBetweenDocuments method and delegates the call to all parameters.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public override void MovedBetweenDocuments( GH_Document oldDocument, GH_Document newDocument )
Public Overrides 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.
