Defines the command that shows the Edit Appointment dialog for a creation of a new Appointment.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand NewAppointmentDialogCommand
Visual Basic (Declaration)
Public Shared ReadOnly NewAppointmentDialogCommand As RoutedCommand

Remarks

This command is executed by the C1Scheduler and is implemented by the NewAppointmentDialog methods.

The time interval for which an appointment will be created is determined by the sender’s DataContext.

See Also