[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.BeforeAppointmentDelete

BeforeAppointmentDelete Event

Occurs before an C1.Schedule.Appointment object is deleted by end-user by pressing 'Delete' button.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[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
Returns
Type Description
CancelAppointmentEventHandler Occurs before an object is deleted by end-user by pressing 'Delete' button.