Fires after an appointment's data row is deleted from the data source.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public event ASPxSchedulerDataDeletedEventHandler AppointmentRowDeleted
Public Event AppointmentRowDeleted As ASPxSchedulerDataDeletedEventHandler
The AppointmentRowDeleted event handler receives an argument of the ASPxSchedulerDataDeletedEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
AffectedRecords |
Gets the number of modified records.
(Inherited from ASPxSchedulerDataBaseUpdatedEventArgs)
|
Exception |
Gets the exception that was raised during the data operation.
(Inherited from ASPxSchedulerDataBaseUpdatedEventArgs)
|
ExceptionHandled |
Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler.
(Inherited from ASPxSchedulerDataBaseUpdatedEventArgs)
|
Keys | Provides access to the collection of unique IDs for the deleted appointment. |
Values | Provides access to the collection of values for the appointment's data fields. |
Use the AppointmentRowDeleted event to get data of the deleted appointment.