Occurs when the user clicks the week summary area of the control with the cursor.
Syntax
Event Data
The event handler receives an argument of type WeekSummaryClickEventArgs containing data related to this event. The following WeekSummaryClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Button | The mouse button used to click the week summary area. |
| DateEnd | The end date of the week related to the week summary clicked. |
| DateStart | The start date of the week related to the week summary clicked. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also