Occurs before the time is selected in the the control.
Syntax
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.
| Property | Description |
|---|
| 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