Skip to main content
A newer version of this page is available. .
All docs
V21.1

SchedulerControl.AppointmentsDrop Event

The resulting event that fires after the last AppointmentDrop event. Allows you to perform custom actions when the drag-and-drop operation is over.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public event EventHandler<AppointmentsDragEventArgs> AppointmentsDrop

Event Data

The AppointmentsDrop event's data class is DevExpress.XtraScheduler.AppointmentsDragEventArgs.

See Also