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