Window Constructor (WindowIHandler) |
Initializes a new instance of the
Window with the specified handler
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Window(
WindowIHandler handler
)
Protected Sub New (
handler As WindowIHandler
)
new :
handler : WindowIHandler -> Window
Parameters
- handler
- Type: Eto.FormsWindowIHandler
Pre-created handler to attach to this instance
See Also