Back to Devexpress

ConfigureDataConnectionWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-26d3dbc6.md

latest1.4 KB
Original Source

ConfigureDataConnectionWebEventHandler Delegate

References a method that handles the ConfigureDataConnection events.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ConfigureDataConnectionWebEventArgs |

A ConfigureDataConnectionWebEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace