[]
Occurs before an C1.Schedule.Appointment object is deleted by end-user by pressing 'Delete' button.
[C1Description("BeforeAppointmentDelete", "Fired before Appointment is deleted.")]
[C1Category("UI")]
public event CancelAppointmentEventHandler BeforeAppointmentDelete
<C1Description("BeforeAppointmentDelete", "Fired before Appointment is deleted.")>
<C1Category("UI")>
Public Event BeforeAppointmentDelete As CancelAppointmentEventHandler
| Type | Description |
|---|---|
| CancelAppointmentEventHandler | Occurs before an object is deleted by end-user by pressing 'Delete' button. |