Click or drag to resize

GH_ComponentDocumentContextChanged Method

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

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override void DocumentContextChanged(
	GH_Document document,
	GH_DocumentContext context
)

Parameters

document
Type: Grasshopper.KernelGH_Document
Document that owns this object.
context
Type: Grasshopper.KernelGH_DocumentContext
The reason for this event.
See Also