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

In This Topic
    AppointmentsLoaded Event (C1Schedule)
    In This Topic
    Occurs when C1.C1Schedule.AppointmentCollection has been loaded by the C1ScheduleStorage.Import method.
    Syntax
    'Declaration
     
    Public Event AppointmentsLoaded As System.EventHandler
    public event System.EventHandler AppointmentsLoaded
    See Also