Version

ValidateAppointmentRecurrenceEventArgs Class Members

The following tables list the members exposed by ValidateAppointmentRecurrenceEventArgs.

Public Constructors
 NameDescription
Public ConstructorValidateAppointmentRecurrenceEventArgs ConstructorCreates a new instance of the ValidateAppointmentRecurrenceEventArgs class.  
Public Properties
 NameDescription
Public PropertyCloseDialogGets/sets whether the RecurrenceDialog should be closed when the Ok button is clicked.  
Public PropertyMessageGets/sets the descriptive message that will be displayed to the end user.  
Public PropertyOriginalRecurrenceReturns a clone of the original AppointmentRecurrence object or null if this is a new AppointmentRecurrence.  
Public PropertyRecurrenceReturns a clone of the AppointmentRecurrence containing the updated information entered by the user via the RecurrenceDialog.  
Public PropertySaveChangesGets/sets whether changes made to the AppointmentRecurrence during this dialog session should be saved.  
See Also