GH_Canvas.Document_ObjectsDeletedEventHandler Delegate

GH_CanvasDocument_ObjectsDeletedEventHandler Delegate

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void Document_ObjectsDeletedEventHandler(
	GH_Document sender,
	GH_DocObjectEventArgs e
)
Public Delegate Sub Document_ObjectsDeletedEventHandler ( 
	sender As GH_Document,
	e As GH_DocObjectEventArgs
)

Parameters

sender
Type: Grasshopper.KernelGH_Document
e
Type: Grasshopper.KernelGH_DocObjectEventArgs
See Also