constructor(appointmentId, oldInterval, oldResources, newInterval, newResources) Constructor
Initializes a new instance of the ASPxClientAppointmentDragInfo class.
Declaration
constructor(
appointmentId: string,
oldInterval: ASPxClientTimeInterval,
oldResources: string[],
newInterval: ASPxClientTimeInterval,
newResources: string[]
)
Parameters
| Name | Type | Description |
|---|---|---|
| appointmentId | string | A string containing an appointment identifier. |
| oldInterval | ASPxClientTimeInterval | An ASPxClientTimeInterval object specifying the appointment’s interval before the drag operation. |
| oldResources | string[] | A array of strings containing identifiers of resources that were associated with the appointment before the drag operation. |
| newInterval | ASPxClientTimeInterval | An ASPxClientTimeInterval object specifying the appointment’s interval after the drag operation. |
| newResources | string[] | A array of strings containing identifiers of resources associated with the appointment after the drag operation. |
See Also