dbicMonth Send comments on this topic.
DateChange Event
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : DateChange Event

Occurs when a new date is selected.

Syntax

Visual Basic (Declaration) 
Public Event DateChange As DateChangeEventHandler
C# 
public event DateChangeEventHandler DateChange

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