dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-76cac7b9.md
Occurs after the selection within the dashboard item is changed.
Namespace : DevExpress.DashboardWpf
Assembly : DevExpress.Dashboard.v25.2.Wpf.dll
NuGet Package : DevExpress.Wpf.Dashboard
public event DashboardItemSelectionChangedWpfEventHandler DashboardItemSelectionChanged
Public Event DashboardItemSelectionChanged As DashboardItemSelectionChangedWpfEventHandler
The DashboardItemSelectionChanged event's data class is DashboardItemSelectionChangedWpfEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| CurrentSelection | Gets currently selected elements’ data. |
| DashboardItemName | Gets the name of the dashboard item that is the event’s source. |
The DashboardItemSelectionChanged event is raised in the following situations:
The e.DashboardItemName property returns the name of the event’s source dashboard item. Use the e.CurrentSelection property to obtain the currently selected elements.
See Also