IDashboardControl.DashboardItemSelectionChanged Event
Occurs after the selection within the dashboard item is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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