Click or drag to resize

GH_CanvasWidgetListCreated Event

This event is raised once for every GH_Canvas object that is created anew. The event is Shared (static) because it is raised inside the constructor of a GH_Canvas object and therefor cannot be registered on an instance.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static event GH_CanvasWidgetListCreatedEventHandler WidgetListCreated

Value

Type: Grasshopper.GUI.CanvasGH_CanvasWidgetListCreatedEventHandler
See Also