Skip to main content
A newer version of this page is available.
All docs
V20.2

AppointmentEditingEventArgs Constructors

Provides data for the SchedulerControl.AppointmentEditing event.
Name Parameters Description
AppointmentEditingEventArgs(IList<AppointmentItem>, IList<AppointmentItem>, IList<IList<AppointmentItem>>) sourceAppointments, editAppointments, conflicts Initializes a new instance of the AppointmentEditingEventArgs class with the specified settings.
See Also