Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / SelectedIntervalChanged Event

In This Topic
    SelectedIntervalChanged Event (C1Schedule)
    In This Topic
    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