Back to Devexpress

SchedulerControl.QueryContinueAppointmentDrag Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-e0988d0e.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event QueryContinueAppointmentDragEventHandler QueryContinueAppointmentDrag
vb
Public Event QueryContinueAppointmentDrag As QueryContinueAppointmentDragEventHandler

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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace