Scheduler for WPF | ComponentOne
C1.Schedule Namespace / AppointmentCollection Class / AppointmentAdded Event

In This Topic
    AppointmentAdded Event (AppointmentCollection)
    In This Topic
    Occurs when an appointment was added.
    Syntax
    'Declaration
     
    
    Public Event AppointmentAdded As EventHandler(Of AppointmentEventArgs)
    public event EventHandler<AppointmentEventArgs> AppointmentAdded
    Event Data

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

    PropertyDescription
    Gets the appointment which the event was raised for.  
    See Also