Back to Devexpress

ExtractConnectionErrorEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-a4cc003b.md

latest1.5 KB
Original Source

ExtractConnectionErrorEventHandler Delegate

References a method that handles the DashboardExtractDataSource.ConnectionError event.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public delegate void ExtractConnectionErrorEventHandler(
    object sender,
    ExtractConnectionErrorEventArgs eventArgs
);
vb
Public Delegate Sub ExtractConnectionErrorEventHandler(
    sender As Object,
    eventArgs As ExtractConnectionErrorEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | eventArgs | ExtractConnectionErrorEventArgs |

An ExtractConnectionErrorEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace