ASPxDataUpdatedEventArgs Constructors
Provides data for events that fire after an item’s data is updated.| 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