Skip to main content

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