'Declaration Public Event ValidateAppointmentRecurrence As ValidateAppointmentRecurrenceEventHandler
public event ValidateAppointmentRecurrenceEventHandler ValidateAppointmentRecurrence
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.
Property | Description |
---|---|
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. |
The ValidateAppointmentRecurrence event is invoked when the user attempts to save the changes made to an appointment's recurrence via the RecurrenceDialog.
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