Skip to main content

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
mouseEvent any

A mouse event object related to the resizing 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