Back to Devexpress

SchedulerControl.AppointmentsDrop Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-3f03428f.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler<AppointmentsDragEventArgs> AppointmentsDrop
vb
Public Event AppointmentsDrop As EventHandler(Of AppointmentsDragEventArgs)

Event Data

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

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace