Click or drag to resize

Calendar Constructor (Calendar.IHandler)

Initializes a new instance of the Calendar class.

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

Parameters

handler
Type: Eto.Forms.Calendar.IHandler
Handler implementation to wrap.
See Also