Skip to main content
A newer version of this page is available. .

DashboardControl.DataLoadingError Event

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public event DataLoadingErrorEventHandler DataLoadingError

Event Data

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

Property Description
Errors Gets errors that occur during data loading.
Handled Gets or sets whether default actions are required when data loading errors occur.
See Also