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

In This Topic
    EditAppointmentDialog Method
    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 EditAppointmentDialogCommand command.
    See Also