Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / NewAppointmentDialogCommand Field

In This Topic
    NewAppointmentDialogCommand Field (C1Scheduler)
    In This Topic
    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 RoutedCommand
    public static readonly 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