Back to Devexpress

DataLoadingEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-ad4ecad6.md

latest1.2 KB
Original Source

DataLoadingEventHandler Delegate

References a method that handles DataLoading events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DataLoadingEventArgs |

A DataLoadingEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace