CloseUp Event 46
Applies To: DateTimePicker

Description

If enabled, this event is reported by a DateTimePicker object just before the drop-down calendar is hidden. It applies only if the Style of the DateTimePicker is 'Combo'.

The event message reported as the result of ⎕DQ, or supplied as the right argument to your callback function, is a 2-element vector as follows :

[1] Object ref or character vector
[2] Event 'CloseUp' or 46

This event is reported for information only and cannot be disabled or modified in any way.