Instances.CanvasDestroyedEventHandler Delegate

InstancesCanvasDestroyedEventHandler Delegate

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void CanvasDestroyedEventHandler(
	GH_Canvas canvas
)
Public Delegate Sub CanvasDestroyedEventHandler ( 
	canvas As GH_Canvas
)

Parameters

canvas
Type: Grasshopper.GUI.CanvasGH_Canvas
See Also