IDashboardControl.DashboardItemSelectionChanged Event
In This Article
Occurs after the selection within the dashboard item is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Current |
Gets currently selected elements. |
Dashboard |
Gets the component name of the dashboard item for which the event was raised. |
See Also