Grasshopper API
GH_CanvasDocumentObjectsDeletedEventHandler Delegate |
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void DocumentObjectsDeletedEventHandler( GH_Document sender, GH_DocObjectEventArgs e )
Public Delegate Sub DocumentObjectsDeletedEventHandler ( sender As GH_Document, e As GH_DocObjectEventArgs )
Parameters
- sender
- Type: Grasshopper.KernelGH_Document
- e
- Type: Grasshopper.KernelGH_DocObjectEventArgs
