Skip to main content

ASPxDataDeletedEventArgs Constructors

Provides data for events that fire after an item is deleted.
Name Parameters Description
ASPxDataDeletedEventArgs(Int32, Exception, ASPxDataDeletingEventArgs) affectedRecords, exception, deletingArgs Initializes a new instance of the ASPxDataDeletedEventArgs class with the specified settings.
ASPxDataDeletedEventArgs(Int32, Exception) affectedRecords, exception Initializes a new instance of the ASPxDataDeletedEventArgs class.
See Also