The following tables list the members exposed by AppointmentExitingEditModeEventArgs.
| Name | Description | |
|---|---|---|
|  | AppointmentExitingEditModeEventArgs Constructor | Creates a new instance of the class. | 
| Name | Description | |
|---|---|---|
|  | ApplyChanges | Returns or sets whether changes made by the user during the edit mode session are to be committed. | 
|  | Appointment | Returns the appointment object associated with the event. This property is read-only. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentEventArgs) | 
|  | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | 
|  | NewValue | Returns or sets the value to be assigned to the Appointment's Subject property. | 
|  | OldValue | Returns the value before the edit mode session began, .i.e, the value of the Appointment's Subject property before the edit mode session began. |