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

AppointmentRemovedEventArgs Constructors

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