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

SchedulerControl.CompleteAppointmentDragDrop Event

Occurs when the drag-drop operation initialized within the Scheduler has been completed.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public event CompleteAppointmentDragDropEventHandler CompleteAppointmentDragDrop

Event Data

The CompleteAppointmentDragDrop event's data class is DevExpress.Xpf.Scheduling.CompleteAppointmentDragDropEventArgs.

Remarks

If the drag-drop operation has been initialized outside the Scheduler, the StartAppointmentDragFromOutside event fires when the user drags an object in the Scheduler. The CompleteAppointmentDragDrop event does not fire in this scenario.

See Also