The CancelableAppointmentEventArgs type exposes the following members.

Properties

  Name Description
Public property Appointment
The Appointment object to be updated.
Public property CancelEvent
Set this property to true if you want to cancel action that called this event.
(Inherited from CancelableEventArgs.)
Public property ClientData
The appointment information that was received from client. Note, this property returns null for the BeforeAppointmentDelete event.

See Also