Back to Devexpress

DashboardDataLoadingEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-23af7729.md

latest1.4 KB
Original Source

DashboardDataLoadingEventHandler Delegate

References a method that handles the Dashboard.DataLoading event.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardDataLoadingEventArgs |

A DashboardDataLoadingEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace