The event handler receives an argument of type PersistentObjectsEventArgs containing data related to this event.
The following
PersistentObjectsEventArgs properties provide information specific to this event.
Property |
Description |
Objects |
Gets the persistent objects for which the event occurs.
|
The AppointmentsDeleted event serves as a notification that several appointments have been deleted. The event parameter's DevExpress.XtraScheduler.PersistentObjectEventArgs.Object property allows you to get the deleted appointments.