Search
AppointmentForm.ApplyItemChanges Method
See Also
 





Called when the user presses the 'Save and Close' button to apply the changes to the appointment.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms

 Syntax

C#  Copy Code

protected virtual bool ApplyItemChanges (
    Appointment app
)

Visual Basic  Copy Code

Protected Overridable Function ApplyItemChanges( _
    app As Appointment _
) As Boolean

 Parameters

app

The appointment to apply the changes to.

 Return Value

true, if there were actual changes to the appointment; otherwise, false.

 See Also