Version 24.2 (latest)

AppointmentResizingEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyAppointmentReturns the Appointment on which the resize operation is being performed.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyInitialDateTimeReturns the DateTime over which the cursor was positioned when the operation was initiated. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs)
Public PropertyNewDateTimeReturns the DateTime closest to the current cursor position. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs)
Public PropertyPhaseReturns the phase of the resize operation that this event firing represents, i.e., whether it is beginning, in progress, or ending.  
Public PropertyResizeTypeReturns whether the StartDateTime or EndDateTime of the associated appointment is being modified by the resize operation.  
Public PropertySelectionActionReturns or sets how the contents of the SelectedAppointments collection is affected when the resize operation is initiated.  
See Also