ASPxDataInsertedEventArgs(Int32, Exception) Constructor
In This Article
Initializes a new instance of the ASPxDataInsertedEventArgs class.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
affected |
Int32 | An integer value that specifies the number of records affected by the insert operation. This value is assigned to the ASPx |
exception | Exception | A Exception object that represents the exception that was raised during the insert operation. This value is assigned to the ASPx |
See Also