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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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