Initializes a new instance of the DashboardLoadedWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v18.2.Web.dll
public DashboardLoadedWebEventArgs(
string dashboardId,
Dashboard dashboard
)
Public Sub New(
dashboardId As String,
dashboard As Dashboard
)
Type | Name | Description |
---|---|---|
String | dashboardId | A String that specifies the dashboard identifier. |
Dashboard | dashboard | A Dashboard object that is the loaded dashboard. |