Widget Constructor (Widget.IHandler) |
Initializes a new instance of the Widget class
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected Widget(
Widget.IHandler handler
)
Protected Sub New (
handler As Widget.IHandler
)
new :
handler : Widget.IHandler -> Widget
Parameters
- handler
- Type: Eto.Widget.IHandler
Handler to assign to this widget for its implementation
See Also