CalendarControl Xojo Plugin

CalendarControl.DayClicked Event

This event will fire always when a day gets clicked with the mouse. This event is fired regardless if the day was previously selected or not.

DayClicked(
   day as Integer,
   month as Integer,
   year as Integer,
   weekDay as Integer)

Parameters

day
The day of month that got clicked.
month
The month that got clicked.
year
The year that got clicked.
weekDay
The weekday that got clicked.

Remarks

Setting the CancelEventAction property to true from within this event will make internal handling of the DayClicked get canceled.

See Also

CalendarControl Control