ComponentOne Scheduler for WPF and Silverlight
NewAppointmentDialogCommand Field (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : NewAppointmentDialogCommand Field
Defines the command that shows the Edit Appointment dialog for a creation of a new C1.C1Schedule.Appointment.
Syntax
'Declaration
 
Public Shared ReadOnly NewAppointmentDialogCommand As System.Windows.Input.RoutedCommand
public static readonly System.Windows.Input.RoutedCommand NewAppointmentDialogCommand
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

Reference

C1Scheduler Class
C1Scheduler Members