Skip to main content

ASPxClientAppointmentResizingEventArgs Members

In This Article
Provides data for the ASPxClientScheduler.AppointmentResizing event.

#Constructors

Name Description
constructor(mouseEvent, appointmentId, oldInterval, newInterval) Initializes a new instance of the ASPxClientAppointmentResizingEventArgs class.

#Properties

Name Description
allow Specifies whether or not an appointment can be resized to the new time interval.
appointmentId Gets the resized appointment’s identifier.
mouseEvent Gets a mouse event object related to the current appointment resizing operation.
newInterval Gets the appointment’s interval after resizing.
oldInterval Gets the appointment’s interval before resizing.
See Also