Version

AppointmentExitingEditModeEventArgs Class Members

The following tables list the members exposed by AppointmentExitingEditModeEventArgs.

Public Constructors
 NameDescription
Public ConstructorAppointmentExitingEditModeEventArgs ConstructorCreates a new instance of the class.  
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