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

In This Topic
    AppointmentChanged Event (AppointmentCollection)
    In This Topic
    Occurs when an appointment was changed.
    Syntax
    'Declaration
     
    
    Public Event AppointmentChanged As EventHandler(Of AppointmentEventArgs)
    public event EventHandler<AppointmentEventArgs> AppointmentChanged
    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