Skip to main content

IDashboardControl.DashboardItemSelectionChanged Event

Occurs after the selection within the dashboard item is changed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.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