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

SchedulerControl.AppointmentDragEnter Event

Occurs when the user drags back appointments that have been dragged out of the Scheduler or have been deserialized in the DeserializeAppointments event.

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event EventHandler<AppointmentDragEnterEventArgs> AppointmentDragEnter

Event Data

The AppointmentDragEnter event's data class is DevExpress.UI.Xaml.Scheduler.AppointmentDragEnterEventArgs.

Remarks

If the drag and drop operation has not been initiated in the Scheduler control, the AppointmentDragEnter event is raised after the DeserializeAppointments event whose Handled parameter is set to true.

See Also