DateTimePicker.DateChanged
From Xojo Documentation
Event
DateTimePicker.DateChanged(value As DateTime)
New in 2020r2
Supported for all project types and targets.
New in 2020r2
Supported for all project types and targets.
The date and or time has been changed.
Notes
This event will be called when the SelectedDate property is changed either via code or by the user.
See Also
SelectedDate property.