Skip to main content
All docs
V25.1
  • DashboardItemSelectedEventArgs(DashboardItem) Constructor

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

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.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