Back to Devexpress

DashboardControl.DashboardItemSelectionChanged Event

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-76cac7b9.md

latest2.7 KB
Original Source

DashboardControl.DashboardItemSelectionChanged Event

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

Declaration

csharp
public event DashboardItemSelectionChangedWpfEventHandler DashboardItemSelectionChanged
vb
Public Event DashboardItemSelectionChanged As DashboardItemSelectionChangedWpfEventHandler

Event Data

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

PropertyDescription
CurrentSelectionGets currently selected elements’ data.
DashboardItemNameGets the name of the dashboard item that is the event’s source.

Remarks

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

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace