Back to Devexpress

DashboardConfigureDataConnectionEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-b1e9b88a.md

latest1.4 KB
Original Source

DashboardConfigureDataConnectionEventHandler Delegate

References a method that handles the ConnectionError events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardConfigureDataConnectionEventArgs |

A DashboardConfigureDataConnectionEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace