The event handler receives an argument of type AppointmentResizingEventArgs containing data related to this event. The following AppointmentResizingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Appointment | Returns the Appointment on which the resize operation is being performed. |
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
InitialDateTime (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs) | Returns the DateTime over which the cursor was positioned when the operation was initiated. |
NewDateTime (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs) | Returns the DateTime closest to the current cursor position. |
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. |
The AppointmentsResizing event notifies a listener during all phases of an appointment resize operation. The Phase property identifies whether the resize operation has just been initiated, is continuing because the end user is moving the mouse while the logical left button is pressed, or is about to be committed because the end user released the mouse. The event can be canceled during any phase, in which case the resized appointment is returned to its pre-drag state. The SelectionAction property can be used to determine how the existing appointment selection is affected when the resize operation begins, i.e., whether the existing selection is cleared, preserved, or if only the appointment being resized is selected.
If this event is not canceled, the AppointmentResized event is fired at the end of the resize operation.
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