Grasshopper API
GH_DocumentOnObjectDeleted Method |
Raise the ObjectsDeleted event.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public void OnObjectDeleted( IGH_DocumentObject doc_object )
Public Sub OnObjectDeleted ( doc_object As IGH_DocumentObject )
Parameters
- doc_object
- Type: Grasshopper.KernelIGH_DocumentObject
Object that was deleted.