SchedulerControl.AppointmentDropCompleted Event
Occurs after completing a drag and drop operation.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The AppointmentDropCompleted event's data class is AppointmentDropCompletedEventArgs. The following properties provide information specific to this event:
| Property |
|---|
| DraggingAppointments |
| DropResult |
| SourceAppointments |
Remarks
If the AppointmentDropCompleted event’s Cancel property is set to true, the AppointmentDropCompleted event’s DropResult property returns None.
See Also