LinqServerModeInconsistencyDetectedEventHandler Delegate
In This Article
Represents a method that will handle the LinqServerModeSource.InconsistencyDetected event.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public delegate void LinqServerModeInconsistencyDetectedEventHandler(
object sender,
LinqServerModeInconsistencyDetectedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Linq |
A Linq |
See Also