Skip to main content
A newer version of this page is available. .

constructor(operation, appointmentId, oldInterval, newInterval) Constructor

Initializes a new instance of the ASPxClientAppointmentResizeEventArgs class.

Declaration

constructor(
    operation: ASPxClientAppointmentOperation,
    appointmentId: string,
    oldInterval: ASPxClientTimeInterval,
    newInterval: ASPxClientTimeInterval
)

Parameters

Name Type Description
operation ASPxClientAppointmentOperation

An ASPxClientAppointmentOperation object providing methods to perform or cancel the resize operation.

appointmentId string

A string containing an appointment identifier.

oldInterval ASPxClientTimeInterval

An object specifying the appointment’s interval before the resize operation.

newInterval ASPxClientTimeInterval

An object specifying the appointment’s interval after the resize operation.

See Also