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.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public void DeleteAppointment()
Visual Basic (Declaration)
Public Sub DeleteAppointment

Remarks

This method implements the DeleteAppointmentCommand command.

See Also