dbicCalendar Send comments on this topic.
WeekSummaryClick Event
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : WeekSummaryClick Event

Occurs when the user clicks the week summary area of the control with the cursor.

Syntax

Visual Basic (Declaration) 
Public Event WeekSummaryClick As dbiCalendar.WeekSummaryClickHandler
C# 
public event dbiCalendar.WeekSummaryClickHandler WeekSummaryClick

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.

PropertyDescription
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