Occurs when the header of a column of dates is clicked in the control.
Syntax
Event Data
The event handler receives an argument of type HeaderColumnClickEventArgs containing data related to this event. The following HeaderColumnClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| CalendarDate | A datetime value representing the month and year displayed where the click occured. |
| Column | The header column where the click took place |
| FirstDate | The top most date in the column where the click occured. |
| MouseEvents | The standard mouseevent arguments. |
Remarks
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also