[]
        
(Showing Draft Content)

C1.Schedule.CancelAppointmentEventArgs

CancelAppointmentEventArgs Class

The CancelAppointmentEventArgs class describes event data for cancellable Appointment events.

Inheritance
CancelAppointmentEventArgs
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.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.