ComponentOne Scheduler for WinForms
EditAppointment Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : EditAppointment Method
The C1.C1Schedule.Appointment object to edit.
Shows specified C1.C1Schedule.Appointment object in the Edit Appointment dialog.
Syntax
'Declaration
 
Public Sub EditAppointment( _
   ByVal app As Appointment _
) 
public void EditAppointment( 
   Appointment app
)

Parameters

app
The C1.C1Schedule.Appointment object to edit.
See Also

Reference

C1Schedule Class
C1Schedule Members