Shows the Edit Appointment dialog for editing of the specified existing Appointment.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void EditAppointmentDialog(
	Appointment appointment
)
Visual Basic
Public Sub EditAppointmentDialog ( _
	appointment As Appointment _
)

Parameters

appointment
Type: C1.C1Schedule..::..Appointment
The editing Appointment.

Remarks

This methods implements the EditAppointmentDialogCommand command.

See Also