MindFusion WinForms Programmer's Guide
AppointmentForm.ApplyRecurrenceChanges Method
See Also
 





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

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

 Syntax

C#  Copy Code

protected virtual bool ApplyRecurrenceChanges (
    Appointment app
)

Visual Basic  Copy Code

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

 Parameters

app

The appointment to which to apply the recurrence.

 Return Value

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

 See Also

AppointmentForm Members
AppointmentForm Class
MindFusion.Scheduling.WinForms Namespace