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

ASPxDataInsertedEventArgs(Int32, Exception, OrderedDictionary) Constructor

Initializes a new instance of the ASPxDataInsertedEventArgs class with the specified settings.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxDataInsertedEventArgs(
    int affectedRecords,
    Exception exception,
    OrderedDictionary values
)

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.

values OrderedDictionary

A OrderedDictionary object that represents a collection of key/value pairs.

See Also