Defines the command that deletes the Appointment(s).

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command DeleteAppointmentCommand
Visual Basic
Public Shared ReadOnly DeleteAppointmentCommand As C1Command

Remarks

This command is executed by the C1Scheduler and is implemented by the DeleteAppointment methods.

Command parameter might be one of the next values:

If parameter value is not specified, then control will delete the appointment that is currently selected in the control UI.

See Also