ASPxSchedulerDataBaseUpdatedEventArgs.AffectedRecords Property
Gets the number of modified records.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value, which is the number of records affected by the current data operation. |
Remarks
Use this property to be notified how many records have been modified during the current data operation - Insert, Update or Delete.
See Also