Back to Devexpress

PLinqServerModeSource.InconsistencyDetected Event

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqservermodesource-aa4e34d0.md

latest2.2 KB
Original Source

PLinqServerModeSource.InconsistencyDetected Event

Enables you to manually handle the inconsistency detected during an operation on a data source.

Namespace : DevExpress.Data.PLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public event EventHandler<ServerModeInconsistencyDetectedEventArgs> InconsistencyDetected
vb
Public Event InconsistencyDetected As EventHandler(Of ServerModeInconsistencyDetectedEventArgs)

Event Data

The InconsistencyDetected event's data class is ServerModeInconsistencyDetectedEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs.
MessageGets the exception that caused the event.

Remarks

The InconsistencyDetected event is raised 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

Reload()

PLinqServerModeSource Class

PLinqServerModeSource Members

DevExpress.Data.PLinq Namespace