GH_Component.DocumentContextChanged Method

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
)
Public Overrides Sub DocumentContextChanged ( 
	document As GH_Document,
	context As GH_DocumentContext
)

Parameters

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