IGH_DocumentObject.OnObjectChanged Method (String)

IGH_DocumentObjectOnObjectChanged Method (String)

Raises the ObjectChanged event on the current (!not the top level!) object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void OnObjectChanged(
	string customEvent
)
Sub OnObjectChanged ( 
	customEvent As String
)

Parameters

customEvent
Type: SystemString
Custom change type name.
See Also