The following tables list the members exposed by ValidateAppointmentEventArgs.
| Name | Description | |
|---|---|---|
![]()  | ValidateAppointmentEventArgs Constructor | Initializes a new ValidateAppointmentEventArgs class with the specified appointment. | 
| Name | Description | |
|---|---|---|
![]()  | Appointment | Returns a cloned appointment contained the updated information entered by the user via the AppointmentDialog. | 
![]()  | CloseDialog | Indicates whether the dialog should be closed. | 
![]()  | Message | Gets/sets the descriptive message that will be displayed to the end user. | 
![]()  | OriginalAppointment | Returns the original Appointment object or null if this is a new Appointment. | 
![]()  | SaveChanges | Indicates whether the changes should be saved. |