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
SyntaxC#
Copy Code
|
|---|
protected virtual bool ApplyRecurrenceChanges ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function ApplyRecurrenceChanges( _ |
The appointment to which to apply the recurrence.
true, if there were actual changes to the recurrence; otherwise, false.
See Also