[]
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.
public event EventHandler<AppointmentActionEventArgs> UserDeletingAppointment
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. |
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.