Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / CancelAppointmentEventArgs Class / CancelAppointmentEventArgs Constructor
The Appointment object.

In This Topic
    CancelAppointmentEventArgs Constructor
    In This Topic
    Initializes a new instance of the CancelAppointmentEventArgs class with the specified appointment.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal appointment As Appointment _
    )
    public CancelAppointmentEventArgs( 
       Appointment appointment
    )

    Parameters

    appointment
    The Appointment object.
    See Also