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

    Raised repeatedly while the user drags appointments within a Scheduler’s view and allows you to cancel the drag-drop operation.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public event QueryContinueAppointmentDragEventHandler QueryContinueAppointmentDrag

    Event Data

    The QueryContinueAppointmentDrag event's data class is DevExpress.Xpf.Scheduling.QueryContinueAppointmentDragEventArgs.

    Remarks

    Use the Action event’s property to specify how and if the drag-drop operation should continue.

    See Also