Skip to main content

AppointmentDragEventArgs Constructors

Provides data for the SchedulerControl.AppointmentDrag and SchedulerControl.AppointmentDrop events.
Name Parameters Description
AppointmentDragEventArgs(Appointment, Appointment, TimeInterval, Resource) sourceAppointment, editedAppointment, hitInterval, hitResource Initializes a new instance of the AppointmentDragEventArgs class with the specified settings.
See Also