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

AppointmentDragEventArgs(Appointment, Appointment, TimeInterval, Resource) Constructor

Initializes a new instance of the AppointmentDragEventArgs class with specified settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public AppointmentDragEventArgs(
    Appointment sourceAppointment,
    Appointment editedAppointment,
    TimeInterval hitInterval,
    Resource hitResource
)

Parameters

Name Type
sourceAppointment Appointment
editedAppointment Appointment
hitInterval TimeInterval
hitResource Resource
See Also