Skip to main content

ASPxSchedulerDataBaseUpdatedEventArgs.AffectedRecords Property

Gets the number of modified records.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int AffectedRecords { get; }

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