GH_Document.ObjectsDeleted Event

GH_DocumentObjectsDeleted Event

Raised after a collection of objects was removed from the document. At this point, the objects still exist, but they no longer belong to this document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public event GH_DocumentObjectsDeletedEventHandler ObjectsDeleted
Public Event ObjectsDeleted As GH_DocumentObjectsDeletedEventHandler

Value

Type: Grasshopper.KernelGH_DocumentObjectsDeletedEventHandler
See Also