Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / EditAppointmentDialog Method
The editing C1.C1Schedule.Appointment.

In This Topic
    EditAppointmentDialog Method (C1Scheduler)
    In This Topic
    Shows the Edit Appointment dialog for editing of the specified existing C1.C1Schedule.Appointment.
    Syntax
    'Declaration
     
    
    Public Sub EditAppointmentDialog( _
       ByVal appointment As Appointment _
    ) 
    public void EditAppointmentDialog( 
       Appointment appointment
    )

    Parameters

    appointment
    The editing C1.C1Schedule.Appointment.
    Remarks
    This methods implements the C1Scheduler.EditAppointmentDialogCommand command.
    See Also