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

Occurs before the time is selected in the the control.

Syntax

Visual Basic (Declaration) 
Public Event BeforeTimeSelect As dbiDayView.EventBeforeTimeSelectHandler
C# 
public event dbiDayView.EventBeforeTimeSelectHandler BeforeTimeSelect

Event Data

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

PropertyDescription
AllowSelect Determines if the time can be selected.
Column The column where the time was selected.
End The minutes past midnight where the timeselect ends.
Start The minutes past midnight where the timeselect starts.

Requirements

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

See Also