Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / DeleteAppointment Method / DeleteAppointment(Appointment) Method
The C1.C1Schedule.Appointment to delete.

In This Topic
    DeleteAppointment(Appointment) Method
    In This Topic
    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