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

ASPxDataUpdatedEventArgs Constructors

Provides data for the ASPxGridView.RowUpdated event.
Name Parameters Description
ASPxDataUpdatedEventArgs(Int32, Exception, ASPxDataUpdatingEventArgs) affectedRecords, exception, updatingArgs Initializes a new instance of the ASPxDataUpdatedEventArgs class with the specified settings.
ASPxDataUpdatedEventArgs(Int32, Exception) affectedRecords, exception Initializes a new instance of the ASPxDataUpdatedEventArgs class.
See Also