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

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

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v26.1.Win.dll

    Declaration

    public DashboardItemSelectedEventArgs(
        DashboardItem selectedDashboardItem
    )

    Parameters

    Name Type Description
    selectedDashboardItem DashboardItem

    A dashboard item for which the event is raised.

    See Also