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

AppointmentDragInfo(Appointment, Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public AppointmentDragInfo(
    Appointment source,
    Appointment edited
)

Parameters

Name Type Description
source Appointment

An Appointment object which is the appointment before it is dragged. This value is assigned to the AppointmentDragInfo.SourceAppointment property.

edited Appointment

An Appointment object which is the appointment being dragged. This value is assigned to the AppointmentDragInfo.EditedAppointment property.

See Also