Skip to main content

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

NuGet Package: DevExpress.Data

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