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

ASPxClientAppointmentResizeEventArgs Members

Provides data for the ASPxClientScheduler.AppointmentResize event.

Constructors

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

Properties

Name 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.
See Also