AppointmentCancelEventArgs Properties
Serves as the base class for classes which provide data for certain appointment events with the ability to cancel the operation performed.Name | Description |
---|---|
Appointment | Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs. |
Cancel | Gets or sets whether the operation performed on the processed event should be cancelled. |
See Also