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

In This Topic
    SelectedAppointmentsChanged Event (C1Schedule)
    In This Topic
    Occurs when the list of selected appointments is changed.
    Syntax
    'Declaration
     
    Public Event SelectedAppointmentsChanged As System.EventHandler(Of SelectedAppointmentsChangedEventArgs)
    public event System.EventHandler<SelectedAppointmentsChangedEventArgs> SelectedAppointmentsChanged
    Event Data

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

    PropertyDescription
    Gets the C1.C1Schedule.AppointmentList object representing currently selected appointments. This value can be null if there is no selected appointment.  
    See Also