MindFusion.Wpf Pack Programmer's Guide
AppointmentForm.SetAppointment Method
See Also
 





Sets the appointment that is to be edited in the form.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms

 Syntax

C#  Copy Code

public void SetAppointment (
    Appointment appointment
)

Visual Basic  Copy Code

Public Sub SetAppointment( _
    appointment As Appointment _
)

 Parameters

appointment
A reference to the Appointment object to be selected in the form for editing.

 Remarks

If the appointment represents a recurrence instance or exception, only the instance is being edited. If it represents a recurrence master, all instances are edited.

 See Also

AppointmentForm Members
AppointmentForm Class
MindFusion.Scheduling.Wpf Namespace