SchedulerControl.StartAppointmentDrag Event
Occurs when the user starts dragging the selected Scheduler’s appointment(s).
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Event Data
The StartAppointmentDrag event's data class is DevExpress.Xpf.Scheduling.StartAppointmentDragEventArgs.
Remarks
When the user initiates dragging from outside the Scheduler, the StartAppointmentDrag event does not fire. The StartAppointmentDragFromOutside event occurs instead.
See Also