IGH_DocumentObject.OnObjectChanged Method (String, Object) |
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,
Object tag
)
Sub OnObjectChanged (
customEvent As String,
tag As Object
)
Parameters
- customEvent
- Type: System.String
Custom change type name. - tag
- Type: System.Object
Tag to apply to the event arguments.
See Also