[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.DeleteAppointment

DeleteAppointment Method

DeleteAppointment()

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.

Declaration
public void DeleteAppointment()
Remarks

This method implements the DeleteAppointmentCommand command.

DeleteAppointment(Appointment)

Deletes the specified appointment.

Declaration
public void DeleteAppointment(Appointment appointment)
Parameters
Type Name Description
Appointment appointment

The Appointment to delete.

Remarks

This method implements the DeleteAppointmentCommand command.