Click or drag to resize

GH_DocumentObjectOnObjectChanged Method (GH_ObjectEventType, Object)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void OnObjectChanged(
	GH_ObjectEventType eventType,
	Object tag
)

Parameters

eventType
Type: Grasshopper.KernelGH_ObjectEventType
tag
Type: SystemObject

Implements

IGH_DocumentObjectOnObjectChanged(GH_ObjectEventType, Object)
See Also