Scheduler for WinRT
EditAppointmentDialog Method


The editing C1.C1Schedule.Appointment.
Shows the Edit Appointment dialog for editing of the specified existing C1.C1Schedule.Appointment.
Syntax
'Declaration
 
Public Sub EditAppointmentDialog( _
   ByVal appointment As Appointment _
) 
'Usage
 
Dim instance As C1Scheduler
Dim appointment As Appointment
 
instance.EditAppointmentDialog(appointment)
public void EditAppointmentDialog( 
   Appointment appointment
)

Parameters

appointment
The editing C1.C1Schedule.Appointment.
Remarks
This methods implements the EditAppointmentDialogCommand 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

 

 


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