Skip to main content

SchedulerControl.AppointmentDragLeave Event

Occurs when the user drags appointments out of the Scheduler’s bounds.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<AppointmentDragLeaveEventArgs> AppointmentDragLeave

Event Data

The AppointmentDragLeave event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentDragLeaveEventArgs.

See Also