Skip to main content
All docs
V26.1
  • SchedulerControl.StartAppointmentDrag Event

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

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.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