Click or drag to resize

CalendarICallback Interface

Callback interface for handlers of the Calendar.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The CalendarICallback type exposes the following members.

Methods
  NameDescription
Public methodOnSelectedDateChanged
Raises the selected date changed event.
Public methodOnSelectedRangeChanged
Raises the selected range changed event.
Top
See Also