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

Occurs when the header of a column of dates is clicked in the control.

Syntax

Visual Basic (Declaration) 
Public Event HeaderColumnClick As dbiDate.EventHeaderColumnClickHandler
C# 
public event dbiDate.EventHeaderColumnClickHandler HeaderColumnClick

Event Data

The event handler receives an argument of type HeaderColumnClickEventArgs containing data related to this event. The following HeaderColumnClickEventArgs properties provide information specific to this event.

PropertyDescription
CalendarDate A datetime value representing the month and year displayed where the click occured.
Column The header column where the click took place
FirstDate The top most date in the column where the click occured.
MouseEvents The standard mouseevent arguments.

Remarks

The header is the section that contains the text for the name of the day of the week.

Requirements

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

See Also