AppointmentDragInfo(Appointment, Appointment) Constructor
Initializes a new instance of the AppointmentDragInfo class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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