ASPxDataDeletedEventArgs(Int32, Exception) Constructor
Initializes a new instance of the ASPxDataDeletedEventArgs class.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
affectedRecords | Int32 | An integer value that specifies the number of records affected by the delete operation. This value is assigned to the ASPxDataBaseUpdatedEventArgs.AffectedRecords property. |
exception | Exception | A Exception object representing the exception that was raised during the delete operation. This value is assigned to the ASPxDataBaseUpdatedEventArgs.Exception property. |
See Also