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

Namespace:  C1.WPF.C1Schedule
Assembly:  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:

If parameter value is not specified then control will try to get an appointment from the sender’s DataContext.

See Also