Defines the command that shows the Edit Recurrence dialog for editing a
RecurrencePattern of the specified Appointment.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public static readonly RoutedCommand EditRecurrenceDialogCommand |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly EditRecurrenceDialogCommand As RoutedCommand |
Remarks
This command is executed by the C1Scheduler and is implemented
by the EditRecurrenceDialog(Appointment) method.
Command parameter might be one of the next values:
- the Appointment whose RecurrencePattern will be edited.
- the dialog window which has an Appointment object whose RecurrencePattern will be edited as content.