constants UIChangeEnum
The UIChangeEnum type specifies the states and parts of the control's UI ( user interface ) that are signaled through the UIChange event. The UIChangeEnum type supports the following predefined values:

NameValueDescription
exCheckDate0 The date has been checked.
exUncheckDate1 The date has been un-checked.
exSpinUpDate2 The spin-up button has been pressed.
exSpinDownDate3 The spin-down button has been pressed.
exClickDropDownDate4 The drop-down button has been clicked.
exSelectDate5 The user selects a new date from the drop down calendar.
exChangeDate6 A new date is being displayed in the drop down calendar window.
exLeftDropDownDate17 The user clicks the left arrow button on the drop down portion of the control.
exRightDropDownDate18 The user clicks the right arrow button on the drop down portion of the control.
exUpDropDownDate20 The user clicks the up arrow button on the drop down portion of the control.
exDownDropDownDate24 The user clicks the down arrow button on the drop down portion of the control.