Skip to main content

AppointmentDragInfo(Appointment, Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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