Defines the command that shows the Edit Appointment dialog for editing of the
specified existing Appointment(s).
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public static readonly RoutedCommand EditAppointmentDialogCommand |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly EditAppointmentDialogCommand As RoutedCommand |
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 Appointment to edit
- IList of Appointment objects to edit
- nullIList of Reminder objects whose parent appointments should be edited