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
)
Protected Sub New (
handler As WidgetIHandler
)
new :
handler : WidgetIHandler -> BindableWidget
Parameters
- handler
- Type: EtoWidgetIHandler
Handler interface for the widget.
See Also