Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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