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

LinqServerModeInconsistencyDetectedEventArgs.Handled Property

Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v19.2.dll

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true to manually handle the inconsistency; false to reload data from the data source.

Remarks

The Handled event is raised when when an inconsistency has been detected during an operation on a data source. Set the Handled property to true to manually handle the error. Otherwise, the data will be reloaded from the data source.

See Also