Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / AppointmentCollection Class / AppointmentCustomAction Event

In This Topic
    AppointmentCustomAction Event (AppointmentCollection)
    In This Topic
    Occurs when a custom action of an appointment executes.
    Syntax
    'Declaration
     
    Public Event AppointmentCustomAction As CancelAppointmentEventHandler
    public event CancelAppointmentEventHandler AppointmentCustomAction
    Event Data

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

    PropertyDescription
    Gets the Appointment object which the event was raised for.  
    (Inherited from System.ComponentModel.CancelEventArgs)
    See Also