SchedulerDragData Constructors
Contains data passed to the target SchedulerControl in the drag-and-drop operation.| Name | Parameters | Description |
|---|---|---|
| SchedulerDragData(Appointment) | appointment | Creates a new instance of the SchedulerDragData class with the specified appointment. |
| SchedulerDragData(AppointmentBaseCollection, Int32) | appointments, primaryAppointmentIndex | Creates a new instance of the SchedulerDragData class with the specified appointment collection and specifies a primary appointment. |
| SchedulerDragData(AppointmentBaseCollection) | appointments | Creates a new instance of the SchedulerDragData class with the specified appointment collection. |
See Also