Version 24.2 (latest)

AppointmentExitingEditModeEventArgs Class Properties

For a list of all members of this type, see AppointmentExitingEditModeEventArgs members.

Public Properties
 NameDescription
Public PropertyApplyChangesReturns or sets whether changes made by the user during the edit mode session are to be committed.  
Public PropertyAppointmentReturns the appointment object associated with the event. This property is read-only. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentEventArgs)
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyNewValueReturns or sets the value to be assigned to the Appointment's Subject property.  
Public PropertyOldValueReturns the value before the edit mode session began, .i.e, the value of the Appointment's Subject property before the edit mode session began.  
See Also