Grasshopper API
GH_DocumentObjectsDeletedEventHandler Delegate |
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void ObjectsDeletedEventHandler( Object sender, GH_DocObjectEventArgs e )
Public Delegate Sub ObjectsDeletedEventHandler ( sender As Object, e As GH_DocObjectEventArgs )
Parameters
- sender
- Type: SystemObject
- e
- Type: Grasshopper.KernelGH_DocObjectEventArgs
