Grasshopper API
GH_DocumentOnObjectsDeleted Method |
Raise the ObjectsDeleted event.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void OnObjectsDeleted( IEnumerable<IGH_DocumentObject> doc_objects )
Public Sub OnObjectsDeleted ( doc_objects As IEnumerable(Of IGH_DocumentObject) )
Parameters
- doc_objects
- Type: System.Collections.GenericIEnumerableIGH_DocumentObject
Objects that were deleted.
