dbicMonth Send comments on this topic.
WeekSummaryClick Event
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth 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 dbiMonth.WeekSummaryClickHandler
C# 
public event dbiMonth.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 button used to click the week summary area.
DateEnd The end date of the week represented by the week summary clicked
DateStart The start date of the week represented by the week summary clicked

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also