Scheduler for WPF | ComponentOne
C1.Schedule Namespace / C1ScheduleStorage Class / AppointmentsLoaded Event

In This Topic
    AppointmentsLoaded Event (C1ScheduleStorage)
    In This Topic
    Occurs when appointments were loaded from the file.
    Syntax
    'Declaration
     
    
    Public Event AppointmentsLoaded As EventHandler
    public event EventHandler AppointmentsLoaded
    See Also