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

RequestDashboardIDsWebEventArgs(List<DashboardInfo>) Constructor

Initializes a new instance of the RequestDashboardIDsWebEventArgs class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public RequestDashboardIDsWebEventArgs(
    List<DashboardInfo> dashboardIDs
)

Parameters

Name Type Description
dashboardIDs List<DashboardInfo>

A collection of DashboardInfo objects containing information used to identify dashboards.

See Also