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

AppointmentDragEventArgs Class

Provides data for the SchedulerControl.AppointmentDrag event.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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