Click or drag to resize

Widget Constructor (WidgetIHandler)

Initializes a new instance of the Widget class

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected Widget(
	WidgetIHandler handler
)

Parameters

handler
Type: EtoWidgetIHandler
Handler to assign to this widget for its implementation
See Also