The following tables list the members exposed by AppointmentResizingEventArgs.
Name | Description | |
---|---|---|
AppointmentResizingEventArgs Constructor | Creates a new instance of the AppointmentResizingEventArgs class. |
Name | Description | |
---|---|---|
Appointment | Returns the Appointment on which the resize operation is being performed. | |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
InitialDateTime | Returns the DateTime over which the cursor was positioned when the operation was initiated. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs) | |
NewDateTime | Returns the DateTime closest to the current cursor position. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs) | |
Phase | Returns the phase of the resize operation that this event firing represents, i.e., whether it is beginning, in progress, or ending. | |
ResizeType | Returns whether the StartDateTime or EndDateTime of the associated appointment is being modified by the resize operation. | |
SelectionAction | Returns or sets how the contents of the SelectedAppointments collection is affected when the resize operation is initiated. |