Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / DeleteAppointment Method / DeleteAppointment() Method

In This Topic
    DeleteAppointment() Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DeleteAppointment() 
    public void DeleteAppointment()
    Remarks
    This method implements the DeleteAppointmentCommand command.
    See Also