Grid Constructor (GridIHandler) |
Initializes a new instance of the
Grid class with the specified handler
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Grid(
GridIHandler handler
)
Protected Sub New (
handler As GridIHandler
)
new :
handler : GridIHandler -> Grid
Parameters
- handler
- Type: Eto.FormsGridIHandler
Handler implementation for the control
See Also