Click or drag to resize

CalendarCallback Class

Callback implementation for handlers of the Calendar.
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsCalendarCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	CalendarICallback, ControlICallback, WidgetICallback

The CalendarCallback type exposes the following members.

Constructors
  NameDescription
Public methodCalendarCallback
Initializes a new instance of the CalendarCallback class
Top
Methods
  NameDescription
Public methodOnSelectedDateChanged
Raises the selected date changed event.
Public methodOnSelectedRangeChanged
Raises the selected range changed event.
Top
See Also