Click or drag to resize

Calendar Constructor (CalendarIHandler)

Initializes a new instance of the Calendar class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected Calendar(
	CalendarIHandler handler
)

Parameters

handler
Type: Eto.FormsCalendarIHandler
Handler implementation to wrap.
See Also