Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataBaseUpdatedEventArgs.AffectedRecords Property

Gets the number of modified records.

Namespace: DevExpress.Web.ASPxScheduler

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

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