[]
        
(Showing Draft Content)

C1.C1Schedule.CancelAppointmentEventArgs

CancelAppointmentEventArgs Class

The CancelAppointmentEventArgs class describes event data for cancellable Appointment events.

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class CancelAppointmentEventArgs : CancelEventArgs

Constructors

Name Description
CancelAppointmentEventArgs(Appointment)

Initializes a new instance of the CancelAppointmentEventArgs class with the specified appointment.

Properties

Name Description
Appointment

Gets the Appointment object which the event was raised for.