Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / SelectedAppointmentsChangedEventArgs Class / Appointments Property

In This Topic
    Appointments Property (SelectedAppointmentsChangedEventArgs)
    In This Topic
    Gets the C1.C1Schedule.AppointmentList object representing currently selected appointments. This value can be null if there is no selected appointment.
    Syntax
    'Declaration
     
    Public ReadOnly Property Appointments As AppointmentList
    public AppointmentList Appointments {get;}
    See Also