Shows the Edit Recurrence dialog for editing a RecurrencePattern of the specified Appointment.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void EditRecurrenceDialog(
	Appointment appointment
)
Visual Basic
Public Sub EditRecurrenceDialog ( _
	appointment As Appointment _
)

Parameters

appointment
Type: C1.C1Schedule..::..Appointment
Appointment whose RecurrencePattern will be edited in the dialog.

Remarks

This methods implements the EditRecurrenceDialogCommand command.

See Also