Skip to main content

DashboardItemSelectedEventArgs(DashboardItem) Constructor

Initializes a new instance of the DashboardItemSelectedEventArgs class with specified settings.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardItemSelectedEventArgs(
    DashboardItem selectedDashboardItem
)

Parameters

Name Type Description
selectedDashboardItem DashboardItem

A dashboard item for which the event is raised.

See Also