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