Occurs when a time segment is double clicked.
Syntax
Event Data
The event handler receives an argument of type TimeDoubleClickEventArgs containing data related to this event. The following TimeDoubleClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Column | Gets or sets the one-based column number of the time which was double-clicked. |
| End | Gets or sets the ending time of the segment which were double-clicked. |
| Start | Gets or sets the starting time of the segment which were double-clicked. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also