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

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