dbicDayView Send comments on this topic.
AfterTimeSelect Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : AfterTimeSelect Event

Occurs when a new time has been selelcted.

Syntax

Visual Basic (Declaration) 
Public Event AfterTimeSelect As dbiDayView.EventAfterTimeSelectHandler
C# 
public event dbiDayView.EventAfterTimeSelectHandler AfterTimeSelect

Event Data

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

PropertyDescription
Column Gets or sets the one-based column number of the selected time.
End Gets or sets the ending time of the lines selected.
Start Gets or sets the starting time of the lines selected.

Requirements

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

See Also