Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / BeforeAppointmentShow Event

In This Topic
    BeforeAppointmentShow Event (C1Schedule)
    In This Topic
    Occurs immediately before the Appointment dialog box is displayed.
    Syntax
    'Declaration
     
    Public Event BeforeAppointmentShow As CancelAppointmentEventHandler
    public event CancelAppointmentEventHandler BeforeAppointmentShow
    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