Skip to main content

AppointmentDragEventArgs Class

Provides data for the SchedulerControl.AppointmentDrag event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class AppointmentDragEventArgs :
    EventArgs

Remarks

An instance of the AppointmentDragEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
AppointmentDragEventArgs
See Also