Click or drag to resize

Widget Constructor (Widget.IHandler)

Initializes a new instance of the Widget class

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

Parameters

handler
Type: Eto.Widget.IHandler
Handler to assign to this widget for its implementation
See Also