[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialogCommand

EditRecurrenceDialogCommand Field

Defines the command that shows the Edit Recurrence dialog for editing a RecurrencePattern of the specified Appointment.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public static readonly RoutedCommand EditRecurrenceDialogCommand
Returns
Type Description
RoutedCommand Defines the command that shows the Edit Recurrence dialog for editing a of the specified .
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:

If parameter value is not specified, control will try to get an appointment from the sender’s DataContext. If parameter value is dialog window which has an Occurrence or Exception of RecurrencePattern as content, then content of this window will be changed to the Master appointment of this RecurrencePattern.