Skip to main content

SchedulerControl.StartAppointmentDrag Event

Occurs when the user starts dragging the selected Scheduler’s appointment(s).

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event StartAppointmentDragEventHandler StartAppointmentDrag

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