Click or drag to resize

GH_DocumentObjectOnObjectChanged Method (String, Object)

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

Parameters

customEvent
Type: SystemString
tag
Type: SystemObject

Implements

IGH_DocumentObjectOnObjectChanged(String, Object)
See Also