Click or drag to resize

GH_ComponentMovedBetweenDocuments Method

Overrides the MovedBetweenDocuments method and delegates the call to all parameters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override void MovedBetweenDocuments(
	GH_Document oldDocument,
	GH_Document newDocument
)

Parameters

oldDocument
Type: Grasshopper.KernelGH_Document
Document that used to own this object.
newDocument
Type: Grasshopper.KernelGH_Document
Document that now owns ths object.
See Also