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

ASPxClientScheduler.AppointmentResize Event

Client-side event that occurs when an appointment is resized.

Declaration

AppointmentResize: ASPxClientEvent<AppointmentResizeEventHandler<ASPxClientScheduler>>

Event Data

The AppointmentResize event's data class is ASPxClientAppointmentResizeEventArgs. The following properties provide information specific to this event:

Property Description
appointmentId Gets the resized appointment’s identifier.
handled Gets or sets whether default event processing is required.
newInterval Gets the appointment’s interval after resizing.
oldInterval Gets the appointment’s interval before resizing.
operation Provides access to an object that enables you to choose an operation to perform.

Remarks

See Also