Skip to main content

LinqServerModeDataSourceEditEventArgs.Callback Property

Gets or sets the asynchronous callback method that a data-bound control supplies to a data source for asynchronous insert, update, or delete data operations.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataSourceViewOperationCallback Callback { get; set; }

Property Value

Type Description
DataSourceViewOperationCallback

A DataSourceViewOperationCallback delegate that is used to notify a data-bound control when the asynchronous operation is complete.

See Also