Grasshopper API
IGH_DocumentObjectOnObjectChanged Method (GH_ObjectChangedEventArgs) |
Raises the ObjectChanged event on the current (!not the top level!) object.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

void OnObjectChanged( GH_ObjectChangedEventArgs e )
Sub OnObjectChanged ( e As GH_ObjectChangedEventArgs )
Parameters
- e
- Type: Grasshopper.KernelGH_ObjectChangedEventArgs
Fully constructed event arguments.
