Skip to main content

DashboardLoadedEventArgs Class

Provides data for the DashboardLoaded event.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public class DashboardLoadedEventArgs

#Remarks

Handle the The DashboardLoaded event to customize the dashboard before displaying, change the dashboard’s data source or modify the data source parameters.

#Inheritance

Object
DashboardLoadedEventArgs
See Also