Back to Devexpress

LinqServerModeInconsistencyDetectedEventHandler Delegate

corelibraries-devexpress-dot-data-dot-linq-a0c06070.md

latest1.5 KB
Original Source

LinqServerModeInconsistencyDetectedEventHandler Delegate

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

Namespace : DevExpress.Data.Linq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public delegate void LinqServerModeInconsistencyDetectedEventHandler(
    object sender,
    LinqServerModeInconsistencyDetectedEventArgs e
);
vb
Public Delegate Sub LinqServerModeInconsistencyDetectedEventHandler(
    sender As Object,
    e As LinqServerModeInconsistencyDetectedEventArgs
)

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | LinqServerModeInconsistencyDetectedEventArgs |

A LinqServerModeInconsistencyDetectedEventArgs object that contains data related to the event.

|

See Also

DevExpress.Data.Linq Namespace