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