Occurs before the currently selected Appointment is deleted by a user
or as a result of the DeleteAppointment method call
or receiving the DeleteAppointmentCommand command.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public event EventHandler<AppointmentActionEventArgs> UserDeletingAppointment |
Visual Basic (Declaration) |
---|
Public Event UserDeletingAppointment As EventHandler(Of AppointmentActionEventArgs) |
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.