dbicDate Send comments on this topic.
WeekNumberClick Event
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : WeekNumberClick Event

Occurs when the week number area is clicked.

Syntax

Visual Basic (Declaration) 
Public Event WeekNumberClick As dbiDate.EventWeekNumberClickHandler
C# 
public event dbiDate.EventWeekNumberClickHandler WeekNumberClick

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.

PropertyDescription
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