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

AppointmentEditedEventArgs Constructors

Provides data for the AppointmentEdited event.
Name Parameters Description
AppointmentEditedEventArgs(IList<AppointmentItem>, IList<AppointmentItem>, IList<AppointmentItem>, IList<AppointmentItem>, Action, Action<AppointmentItem[]>) appointments, apptsToUpdate, apptsToAdd, apptsToRemove, undo, undoAppts Initializes a new instance of the AppointmentEditedEventArgs class with specified settings.
See Also