ComponentOne Scheduler for WPF and Silverlight
EditRecurrenceDialog Method (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : EditRecurrenceDialog Method
C1.C1Schedule.Appointment whose C1.C1Schedule.RecurrencePattern will be edited in the dialog.
Shows the Edit Recurrence dialog for editing a C1.C1Schedule.RecurrencePattern of the specified C1.C1Schedule.Appointment.
Syntax
'Declaration
 
Public Sub EditRecurrenceDialog( _
   ByVal appointment As Appointment _
) 
public void EditRecurrenceDialog( 
   Appointment appointment
)

Parameters

appointment
C1.C1Schedule.Appointment whose C1.C1Schedule.RecurrencePattern will be edited in the dialog.
Remarks
This methods implements the EditRecurrenceDialogCommand command.
See Also

Reference

C1Scheduler Class
C1Scheduler Members