TCalendarChangeEvent

TCalendarChangeEvent

type TCalendarChangeEvent = procedure(Sender: TCalendarSeries; Var Value: TDateTime) of object;

Unit
TeeCalendar

Description
The TCalendarSeries.OnChange event notifies that the end-user has clicked on a
different calendar day.

The Value parameter specifies the new day. You have the opportunity to modify
this value thus overriding the user day change.