GH_Canvas.DocumentObjectsDeletedEventHandler Delegate

GH_CanvasDocumentObjectsDeletedEventHandler Delegate

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
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
See Also