LinqServerModeDataSource.InconsistencyDetected Event
In This Article
Enables you to manually handle the inconsistency detected during an operation on a data source.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event EventHandler<ServerModeInconsistencyDetectedEventArgs> InconsistencyDetected
#Event Data
The InconsistencyDetected event's data class is ServerModeInconsistencyDetectedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled |
Gets 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 Handled |
Message | Gets 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.
See Also