Back to Devexpress

DashboardLoadingEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-0d3f474b.md

latest1.2 KB
Original Source

DashboardLoadingEventHandler Delegate

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardLoadingEventArgs |

A DashboardLoadingEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace