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

Occurs when a new date is selected in the control.

Syntax

Visual Basic (Declaration) 
Public Event DateSelected As DateRangeEventHandler
C# 
public event DateRangeEventHandler DateSelected

Event Data

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

PropertyDescription
End Gets the last date/time value in the range that the user has selected.
Start Gets the first date/time value in the range that the user has selected.

Requirements

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

See Also