AppointmentItemDragDropEventArgs Class
In This Article
Provides data for the SchedulerControl.DragAppointmentOver and SchedulerControl.DropAppointment events.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Remarks
An instance of the AppointmentItemDragDropEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also