constructor(mouseEvent, appointmentId, oldInterval, newInterval) Constructor
In This Article
Initializes a new instance of the ASPxClientAppointmentResizingEventArgs class.
#Declaration
TypeScript
constructor(
mouseEvent: any,
appointmentId: string,
oldInterval: ASPxClientTimeInterval,
newInterval: ASPxClientTimeInterval
)
#Parameters
Name | Type | Description |
---|---|---|
mouse |
any | A mouse event object related to the resizing operation. |
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