onCalendarSelect (idControl, SYSTEMTIME time)
This callback is invoked when the user changes the selection in calendar control by clicking a new date.
Parameter | Description |
---|---|
idControl | The id constant of the calendar control which triggered the callback |
SYSTEMTIME time | The new data the user selected |
0
This is a callback function. You must supply it yourself. To register this callback, use the WinXRegOnCalendarSelect function.
' A simple onCalendarSelect callback
END FUNCTION |