Click or drag to resize

GH_DocumentObject.OnObjectChanged Method (String, Object)

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

Parameters

customEvent
Type: System.String
tag
Type: System.Object

Implements

IGH_DocumentObject.OnObjectChanged(String, Object)
See Also