Skip to main content

ASPxDataInsertedEventArgs(Int32, Exception) Constructor

Initializes a new instance of the ASPxDataInsertedEventArgs class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxDataInsertedEventArgs(
    int affectedRecords,
    Exception exception
)

Parameters

Name Type Description
affectedRecords Int32

An integer value that specifies the number of records affected by the insert operation. This value is assigned to the ASPxDataBaseUpdatedEventArgs.AffectedRecords property.

exception Exception

A Exception object that represents the exception that was raised during the insert operation. This value is assigned to the ASPxDataBaseUpdatedEventArgs.Exception property.

See Also