ASPxDataInsertedEventArgs Constructors
Provides data for the ASPxGridView.RowInserted event.Name | Parameters | Description |
---|---|---|
ASPxDataInsertedEventArgs(Int32, Exception, OrderedDictionary) | affectedRecords, exception, values | Initializes a new instance of the ASPxDataInsertedEventArgs class with the specified settings. |
ASPxDataInsertedEventArgs(Int32, Exception) | affectedRecords, exception | Initializes a new instance of the ASPxDataInsertedEventArgs class. |
See Also