'Declaration Public Event AppointmentExitingEditMode As AppointmentExitingEditModeHandler
public event AppointmentExitingEditModeHandler AppointmentExitingEditMode
The event handler receives an argument of type AppointmentExitingEditModeEventArgs containing data related to this event. The following AppointmentExitingEditModeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ApplyChanges | Returns or sets whether changes made by the user during the edit mode session are to be committed. |
Appointment (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentEventArgs) | Returns the appointment object associated with the event. This property is read-only. |
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. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2