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

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.v18.2.dll

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