LinqServerModeDataSourceEditEventArgs(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback) Constructor
Initializes a new instance of the LinqServerModeDataSourceEditEventArgs class.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public LinqServerModeDataSourceEditEventArgs(
IDictionary keys,
IDictionary values,
IDictionary oldValues,
DataSourceViewOperationCallback callback
)
Parameters
Name | Type | Description |
---|---|---|
keys | IDictionary | An IDictionary object representing a collection of key/value pairs that represent the primary key of the object to process. |
values | IDictionary | An IDictionary object representing a collection of the non-key field key/value pairs for the object to process. |
oldValues | IDictionary | An IDictionary object representing a collection of the original field key/value pairs for the object to process. |
callback | DataSourceViewOperationCallback | A DataSourceViewOperationCallback object represents the asynchronous callback method that a data-bound control supplies to a data source view for asynchronous insert, update, or delete data operations. |
Remarks
Instances of the LinqServerModeDataSourceEditEventArgs class are automatically created, initialized and passed to the corresponding event handlers.