CalendarControl Xojo Plugin

CalendarControl.DayDoubleClicked 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.

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

Parameters

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

Remarks

See Also

CalendarControl Control