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

DashboardLoadedEventArgs Class

Provides data for the DashboardLoaded events.

Namespace: DevExpress.DashboardWin

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

Declaration

public class DashboardLoadedEventArgs :
    EventArgs

Remarks

A DashboardLoadedEventArgs.Dashboard event parameter provides the capability to customize the dashboard before it is loaded to the DashboardDesigner or DashboardViewer.

Inheritance

Object
EventArgs
DashboardLoadedEventArgs
See Also