Back to Devexpress

Dashboard.DataLoadingError Event

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-3a2c7318.md

latest2.2 KB
Original Source

Dashboard.DataLoadingError Event

Allows you to suppress the form containing errors that occur during data loading.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public event DataLoadingErrorEventHandler DataLoadingError
vb
Public Event DataLoadingError As DataLoadingErrorEventHandler

Event Data

The DataLoadingError event's data class is DataLoadingErrorEventArgs. The following properties provide information specific to this event:

PropertyDescription
ErrorsGets errors that occur during data loading.
HandledGets or sets whether default actions are required when data loading errors occur.

Remarks

The DataLoadingError event is raised when one or more errors occur during data loading. The following form lists these errors.

You can obtain the list of errors using the DataLoadingErrorEventArgs.Errors event parameter. To suppress the form, set the DataLoadingErrorEventArgs.Handled property to true.

Note

To handle connection errors, use the Dashboard.ConnectionError event.

See Also

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace