Version

ValidateAppointmentEventArgs Class Members

The following tables list the members exposed by ValidateAppointmentEventArgs.

Public Constructors
 NameDescription
Public ConstructorValidateAppointmentEventArgs ConstructorInitializes a new ValidateAppointmentEventArgs class with the specified appointment.  
Public Properties
 NameDescription
Public PropertyAppointmentReturns a cloned appointment contained the updated information entered by the user via the AppointmentDialog.  
Public PropertyCloseDialogIndicates whether the dialog should be closed.  
Public PropertyMessageGets/sets the descriptive message that will be displayed to the end user.  
Public PropertyOriginalAppointmentReturns the original Appointment object or null if this is a new Appointment.  
Public PropertySaveChangesIndicates whether the changes should be saved.  
See Also