constructor(operation, appointmentId, oldInterval, newInterval) Constructor
In This Article
Initializes a new instance of the ASPxClientAppointmentResizeEventArgs class.
#Declaration
TypeScript
constructor(
operation: ASPxClientAppointmentOperation,
appointmentId: string,
oldInterval: ASPxClientTimeInterval,
newInterval: ASPxClientTimeInterval
)
#Parameters
Name | Type | Description |
---|---|---|
operation | ASPx |
An ASPx |
appointment |
string | A string containing an appointment identifier. |
old |
ASPx |
An object specifying the appointment’s interval before the resize operation. |
new |
ASPx |
An object specifying the appointment’s interval after the resize operation. |
See Also