Click or drag to resize

BindableWidget Constructor (WidgetIHandler)

Initializes a new instance of the BindableWidget class with the specified platform handler.

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

Parameters

handler
Type: EtoWidgetIHandler
Handler interface for the widget.
See Also