ComponentOne Scheduler for WPF and Silverlight
DeleteAppointment(Appointment) Method

C1.WPF.Schedule Namespace > C1Scheduler Class > DeleteAppointment Method : DeleteAppointment(Appointment) Method
The C1.C1Schedule.Appointment to delete.
Deletes the specified appointment.
Syntax
'Declaration
 
Public Overloads Sub DeleteAppointment( _
   ByVal appointment As Appointment _
) 
public void DeleteAppointment( 
   Appointment appointment
)

Parameters

appointment
The C1.C1Schedule.Appointment to delete.
Remarks
This method implements the DeleteAppointmentCommand command.
See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List