The CancelAppointmentEventArgs type exposes the following members.

Constructors

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

Properties

  NameDescription
Public propertyAppointment
Gets the Appointment object which the event was raised for.
Public propertyCancel
Set to true to cancel the operation.

See Also