Scheduler for WinRT
DeleteAppointment() Method


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() 
'Usage
 
Dim instance As C1Scheduler
 
instance.DeleteAppointment()
public void DeleteAppointment()
Remarks
This method implements the DeleteAppointmentCommand command.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.