Occurs when the week number area is clicked.
Syntax
Event Data
The event handler receives an argument of type WeekNumberClickEventArgs containing data related to this event. The following WeekNumberClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| CalendarDate | A datetime value representing the month and year displayed where the click occured. |
| FirstDate | The left most date in the row where the click occured. |
| MouseEvents | The standard mouseevent arguments. |
| Row | The date row where the click took place |
| WeekNumber | The week number that was clicked in the calendar. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also