Deletes the specified appointment.

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

Syntax

C#
public void DeleteAppointment(
	Appointment appointment
)
Visual Basic
Public Sub DeleteAppointment ( _
	appointment As Appointment _
)

Parameters

appointment
Type: C1.C1Schedule..::..Appointment
The Appointment to delete.

Remarks

This method implements the DeleteAppointmentCommand command.

See Also