Scheduler for WPF
EditRecurrenceDialogCommand フィールド (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : EditRecurrenceDialogCommand フィールド
Defines the command that shows the Edit Recurrence dialog for editing a C1.C1Schedule.RecurrencePattern of the specified C1.C1Schedule.Appointment.
シンタックス
'宣言
 
Public Shared ReadOnly EditRecurrenceDialogCommand As System.Windows.Input.RoutedCommand
public static readonly System.Windows.Input.RoutedCommand EditRecurrenceDialogCommand
解説
This command is executed by the C1Scheduler and is implemented by the EditRecurrenceDialog 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.

参照

C1Scheduler クラス
C1Scheduler メンバ