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

AppointmentCRUDEventArgs Constructors

The base class for CRUD (create, read, update, delete) events.
Name Parameters Description
AppointmentCRUDEventArgs(RoutedEvent, IList<AppointmentItem>, IList<AppointmentItem>, IList<AppointmentItem>, IList<AppointmentItem>, Action, Action<AppointmentItem[]>) routedEvent, appointments, addToSource, deleteFromSource, updateInSource, undo, undoAppts Initializes a new instance of the AppointmentCRUDEventArgs class with specified settings.
See Also