AppointmentDragEventArgs(Appointment, Appointment, TimeInterval, Resource) Constructor
Initializes a new instance of the AppointmentDragEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public AppointmentDragEventArgs(
Appointment sourceAppointment,
Appointment editedAppointment,
TimeInterval hitInterval,
Resource hitResource
)
Parameters
| Name | Type |
|---|---|
| sourceAppointment | Appointment |
| editedAppointment | Appointment |
| hitInterval | TimeInterval |
| hitResource | Resource |
See Also