Skip to main content
A newer version of this page is available. .

DashboardControl.DashboardItemSelectionChanged Event

Occurs after the selection within the dashboard item is changed.

Namespace: DevExpress.DashboardWpf

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

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