ASPxSchedulerDataWebControlBase.AppointmentRowDeleted Event
In This Article
Fires after an appointment’s data row is deleted from the data source.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public event ASPxSchedulerDataDeletedEventHandler AppointmentRowDeleted
#Event Data
The AppointmentRowDeleted event's data class is ASPxSchedulerDataDeletedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Affected |
Gets the number of modified records.
Inherited from ASPx |
Exception |
Gets the exception that was raised during the data operation.
Inherited from ASPx |
Exception |
Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler.
Inherited from ASPx |
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. |
#Remarks
Use the AppointmentRowDeleted event to get data of the deleted appointment.
See Also