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.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

This method implements the DeleteAppointmentCommand command.

See Also