Version

ValidateAppointmentRecurrence Event

Fired before changes made to an AppointmentRecurrence from within the RecurrenceDialog are committed.
Syntax
'Declaration
 
Public Event ValidateAppointmentRecurrence As ValidateAppointmentRecurrenceEventHandler
public event ValidateAppointmentRecurrenceEventHandler ValidateAppointmentRecurrence
Event Data

The event handler receives an argument of type ValidateAppointmentRecurrenceEventArgs containing data related to this event. The following ValidateAppointmentRecurrenceEventArgs properties provide information specific to this event.

PropertyDescription
CloseDialog Gets/sets whether the RecurrenceDialog should be closed when the Ok button is clicked.
Message Gets/sets the descriptive message that will be displayed to the end user.
OriginalRecurrence Returns a clone of the original AppointmentRecurrence object or null if this is a new AppointmentRecurrence.
Recurrence Returns a clone of the AppointmentRecurrence containing the updated information entered by the user via the RecurrenceDialog.
SaveChanges Gets/sets whether changes made to the AppointmentRecurrence during this dialog session should be saved.
Remarks

The ValidateAppointmentRecurrence event is invoked when the user attempts to save the changes made to an appointment's recurrence via the RecurrenceDialog.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also