AppointmentDragEventArgs(Appointment, Appointment, TimeInterval, Resource) Constructor
Initializes a new instance of the AppointmentDragEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
public AppointmentDragEventArgs(
Appointment sourceAppointment,
Appointment editedAppointment,
TimeInterval hitInterval,
Resource hitResource
)
Parameters
Name | Type |
---|---|
sourceAppointment | Appointment |
editedAppointment | Appointment |
hitInterval | TimeInterval |
hitResource | Resource |
See Also