Click or drag to resize

Calendar.ICallback 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 : Control.ICallback, 
	Widget.ICallback

The Calendar.ICallback 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