Skip to main content

LinqServerModeInconsistencyDetectedEventHandler Delegate

Represents a method that will handle the LinqServerModeSource.InconsistencyDetected event.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v23.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 LinqServerModeInconsistencyDetectedEventArgs

A LinqServerModeInconsistencyDetectedEventArgs object that contains data related to the event.

See Also