[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.UserDeletingAppointment

UserDeletingAppointment Event

Occurs before the currently selected C1.Schedule.Appointment is deleted by a user or as a result of the DeleteAppointment method call or receiving the DeleteAppointmentCommand command.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public event EventHandler<AppointmentActionEventArgs> UserDeletingAppointment
Returns
Type Description
EventHandler<AppointmentActionEventArgs> Occurs before the currently selected is deleted by a user or as a result of the DeleteAppointment method call or receiving the command.
Remarks

Use this event to make custom actions before appointment deletion and/or to implement your own reaction on this event. To prevent a deletion of the appointment, set the e.Handled event argument to True.