Back to Devexpress

DataLoadingErrorEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-213ee2a5.md

latest1.3 KB
Original Source

DataLoadingErrorEventHandler Delegate

References a method that handles the DataLoadingError events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DataLoadingErrorEventArgs |

A DataLoadingErrorEventArgs object that contains event data.

|

See Also

DevExpress.DashboardCommon Namespace