Version

AppointmentResizingEventArgs Class Members

The following tables list the members exposed by AppointmentResizingEventArgs.

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