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

Occurs when a date is clicked on.

Syntax

Visual Basic (Declaration) 
Public Event DateClick As DateClickEventHandler
C# 
public event DateClickEventHandler DateClick

Event Data

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

PropertyDescription
Date The date that the event occurred on.

Requirements

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

See Also