ComponentOne Scheduler for WinForms
SelectedIntervalChanged Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : SelectedIntervalChanged Event
Occurs when selected time interval is changed.
Syntax
'Declaration
 
Public Event SelectedIntervalChanged As System.EventHandler(Of SelectedIntervalChangedEventArgs)
public event System.EventHandler<SelectedIntervalChangedEventArgs> SelectedIntervalChanged
Event Data

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

PropertyDescription
Gets the TimeInterval object representing currently selected time interval.  
See Also