[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.EditAppointmentDialogCommand

EditAppointmentDialogCommand Field

Defines the command that shows the Edit Appointment dialog for editing of the specified existing C1.Schedule.Appointment(s).

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public static readonly RoutedCommand EditAppointmentDialogCommand
Returns
Type Description
RoutedCommand Defines the command that shows the Edit Appointment dialog for editing of the specified existing (s).
Remarks

This command is executed by the C1Scheduler and is implemented by the EditAppointmentDialog(Appointment) method.

Command parameter is one of the next values:

  • the C1.Schedule.Appointment to edit
  • IList of C1.Schedule.Appointment objects to edit
  • nullIList of C1.Schedule.Reminder objects whose parent appointments should be edited
If parameter value is not specified then control will try to get an appointment from the sender’s DataContext.