constants HeaderArrowEnum
The HeaderArrowEnum expression specifies the
arrow being clicked in the header of the calendar. The DataChanging event
notifies your application that the user is about to change the browsed date.
| | Name | Value | Description | |
| |
exPrevYear | 1
|
The previous year arrow is clicked.
| |
| |
exNextYear | 2
|
The next year arrow is clicked.
| |
| |
exPrevMonth | 4
|
The previous month arrow is clicked.
| |
| |
exNextMonth | 8
|
The next month arrow is clicked.
| |