Click or drag to resize

GH_DocumentOnObjectDeleted Method

Raise the ObjectsDeleted event.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void OnObjectDeleted(
	IGH_DocumentObject doc_object
)

Parameters

doc_object
Type: Grasshopper.KernelIGH_DocumentObject
Object that was deleted.
See Also