GH_Canvas.CanvasPrePaintWiresEventHandler Delegate

GH_CanvasCanvasPrePaintWiresEventHandler Delegate

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void CanvasPrePaintWiresEventHandler(
	GH_Canvas sender
)
Public Delegate Sub CanvasPrePaintWiresEventHandler ( 
	sender As GH_Canvas
)

Parameters

sender
Type: Grasshopper.GUI.CanvasGH_Canvas
See Also