Occurs when a new time has been selelcted.
Syntax
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.
| Property | Description |
|---|
| 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