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