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

AppointmentResizeEventArgs Constructors

Provides data for the SchedulerControl.AppointmentResizing and SchedulerControl.AppointmentResized events.
Name Parameters Description
AppointmentResizeEventArgs(Appointment, Appointment, TimeInterval, Resource, ResizedSide) sourceAppointment, editedAppointment, hitInterval, hitResource, resizedSide Initializes a new instance of the AppointmentResizeEventArgs class with the specified settings.
See Also