Skip to main content

DashboardControl.DashboardItemSelectionChanged Event

Occurs after the selection within the dashboard item is changed.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public event DashboardItemSelectionChangedWpfEventHandler DashboardItemSelectionChanged

#Event Data

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.

#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