[]
Deletes the appointment that is currently selected in control UI and also shows an appointment deletion options dialog in the case where the appointment is an occurrence of a recurrence pattern.
public void DeleteAppointment()
This method implements the DeleteAppointmentCommand command.
Deletes the specified appointment.
public void DeleteAppointment(Appointment appointment)
Type | Name | Description |
---|---|---|
Appointment | appointment | The Appointment to delete. |
This method implements the DeleteAppointmentCommand command.