Back to Devexpress

DashboardLoadedEventArgs Class

dashboard-devexpress-dot-dashboardwin-6b8f62dc.md

latest1.9 KB
Original Source

DashboardLoadedEventArgs Class

Provides data for the DashboardLoaded events.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardLoadedEventArgs :
    EventArgs
vb
Public Class DashboardLoadedEventArgs
    Inherits EventArgs

DashboardLoadedEventArgs is the data class for the following events:

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

DashboardLoadedEventArgs Members

DashboardLoaded

DashboardLoaded

DevExpress.DashboardWin Namespace