Skip to main content
A newer version of this page is available. .

AppointmentResizeEventArgs(Appointment, Appointment, TimeInterval, Resource, ResizedSide) Constructor

Initializes a new instance of the AppointmentResizeEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public AppointmentResizeEventArgs(
    Appointment sourceAppointment,
    Appointment editedAppointment,
    TimeInterval hitInterval,
    Resource hitResource,
    ResizedSide resizedSide
)

Parameters

Name Type Description
sourceAppointment Appointment

An Appointment object that is the source appointment. This value is assigned to the AppointmentResizeEventArgs.SourceAppointment property.

editedAppointment Appointment

An Appointment object that is the appointment being modified within the event handler. This value is assigned to the AppointmentResizeEventArgs.EditedAppointment property.

hitInterval TimeInterval

A TimeInterval value that is a time interval of the time cell being hit when resizing. This value is assigned to the AppointmentResizeEventArgs.HitInterval property.

hitResource Resource

A Resource object that is the resource assigned to cells to which an appointment’s side is moved.

resizedSide ResizedSide

A ResizedSide enumeration value, specifying the side being moved when the appointment is resized.

See Also