Back to Devexpress

IDashboardControl.DataLoadingError Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-90e88f87.md

latest1.5 KB
Original Source

IDashboardControl.DataLoadingError Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DataLoadingErrorEventHandler DataLoadingError
vb
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.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace