Skip to main content
All docs
V25.1
  • IDashboardControl.DashboardItemSelectionChanged Event

    Occurs after the selection within the dashboard item is changed.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    event DashboardItemSelectionChangedEventHandler DashboardItemSelectionChanged

    Event Data

    The DashboardItemSelectionChanged event's data class is DashboardItemSelectionChangedEventArgs. The following properties provide information specific to this event:

    Property Description
    CurrentSelection Gets currently selected elements.
    DashboardItemName Gets the component name of the dashboard item for which the event was raised.
    See Also