ASPxClientAppointmentResizeEventArgs Properties
Provides data for the ASPxClientScheduler.AppointmentResize event.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